aws / aws/amazon-sagemaker-examples

rl_gamerserver_ray.ipynb failed CI

Open
#2,377 0 comments 0 reactions 0 assignees View on GitHub
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_game_server_autopilot/sagemaker/rl_gamerserver_ray.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 docker_utils import build_and_push_docker_image
15 from sagemaker.rl import RLEstimator, RLToolkit, RLFramework

ModuleNotFoundError: No module named 'misc'

Contributor guide

Open the contributing guide

Research direction

Open reinforcement_learning/rl_game_server_autopilot/sagemaker/rl_gamerserver_ray.ipynb and inspect the first cell's sys.path setup and the referenced misc import. Run the CI validation for the notebook to reproduce the ModuleNotFoundError; done means the notebook passes that CI check without the missing-module failure.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook, python
Domain
machine-learning, testing
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.