Skip to content

Files

Latest commit

12085f3 · Oct 23, 2023

History

History
This branch is 47 commits behind aws/amazon-sagemaker-examples:default.

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