aws / aws/amazon-sagemaker-examples
rl_cartpole_coach_gymEnv.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_cartpole_coach/rl_cartpole_coach_gymEnv.ipynb
Error:
---------------------------------------------------------------------------
Exception encountered at "In [1]":
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
in
11 from time import gmtime, strftime
12 sys.path.append("common")
---> 13 from misc import get_execution_role, wait_for_s3_object
14 from sagemaker.rl import RLEstimator, RLToolkit, RLFramework
ModuleNotFoundError: No module named 'misc'
Contributor guide
Research direction
Open reinforcement_learning/rl_cartpole_coach/rl_cartpole_coach_gymEnv.ipynb and run its first cell, focusing on the `common` path and the `from misc` import shown in the failure. Check how the notebook's referenced common files are laid out, then rerun the notebook's CI check; done means the import succeeds and CI passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, jupyter-notebook, python
- Domain
- machine-learning, testing-qa
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100