aws / aws/amazon-sagemaker-examples
deepracer_rl.ipynb failed CI
- Dominant language
- Jupyter Notebook
- Stars
- 11k
- Forks
- 7k
- Avg merge
- 8h 29m
- Merged PRs (30d)
- 8
Description
Link to the notebook:
https://github.com/aws/amazon-sagemaker-examples/blob/master/reinforcement_learning/rl_deepracer_robomaker_coach_gazebo/deepracer_rl.ipynb
Error:
---------------------------------------------------------------------------
Exception encountered at "In [3]":
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
in
9 sys.path.append("common")
10 sys.path.append("./src")
---> 11 from misc import get_execution_role, wait_for_s3_object
12 from docker_utils import build_and_push_docker_image
13 from sagemaker.rl import RLEstimator, RLToolkit, RLFramework
ModuleNotFoundError: No module named 'misc'
Contributor guide
Research direction
Open reinforcement_learning/rl_deepracer_robomaker_coach_gazebo/deepracer_rl.ipynb and inspect cell In[3], especially the sys.path setup and the import from misc. Run the notebook through CI and confirm that the missing-module error is resolved and the notebook completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, jupyter-notebook, python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100