Skip to content

Files

Latest commit

8279abf · Apr 12, 2022

History

History
This branch is 528 commits behind aws/amazon-sagemaker-examples:main.

Unity3D Game with Amazon SageMaker RL

This folder contains examples of how to use RL to train an agent to play Unity3D game using Amazon SageMaker Reinforcement Learning. Customer can choose using example environment provided by Unity Toolkit or bring their own customized Unity executables.

Contents

  • rl_unity_ray.ipynb: notebook for training an RL agent.

  • src/

    • train-unity.py: Entrypoint file to starting a training job
    • evaluate-unity.py: Entrypoint file to starting a evaluation job