Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 344 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 344 Bytes

MOCCA RL Starter Files

Starter files for reinforcement learning environment design workflow

Dependencies

  • Python 3.6+
  • wandb
  • pygame
  • gym
  • stable-baselines3
  • etc.

Getting Started

commands.sh includes example commands for train.py and enjoy.py.

TODO

  • Add bootstrapping code
  • Add baking code