Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 651 Bytes

File metadata and controls

13 lines (7 loc) · 651 Bytes

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