Skip to content

Files

Latest commit

93ce04f · Sep 16, 2020

History

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

README.md

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