CFRL is a Python library for reinforcement learning.
- 📈 Tensorboard Logging
- 🪛 Local Reproducibility via Seeding
- 🎮 Videos of Gameplay Capturing
- 🧫 Experiment Management with Weights and Biases
- 💸 Cloud Integration with docker and AWS
- ✍️ Prebuild codespace ready
Use the package manager pip to install cfrl.
pip install cfrl
import cfrl
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.