Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

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