Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 262 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 262 Bytes

robotron-rl

Robotron 2084 RL Gym Models

https://wandb.ai/stridera/robotron

Installation

git submodule init
git submodule update
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade -r requirements.txt
python train.py --help