aws / amazon-sagemaker-examples

Example 📓 Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using 🧠 Amazon SageMaker.
https://sagemaker-examples.readthedocs.io
Apache License 2.0
9.79k stars 6.66k forks source link

[Example Request] Playing Atari with Deep Reinforcement Learning #3064

Open eugeneteoh opened 2 years ago

eugeneteoh commented 2 years ago

Describe the use case example you want to see Reproduction of classical reinforcement learning paper, Playing Atari with Deep Reinforcement Learning, using SageMaker RL.

Describe which SageMaker services are involved SageMaker RL

**Describe what other services (other than SageMaker) are involved*** Gym, Ray RLlib, PyTorch

eugeneteoh commented 2 years ago

Currently working on this with @ViktorMalesevic.