farmyard

The Minimal Reinforcement Learning Framework


License
MIT
Install
pip install farmyard==0.0.1.dev1

Documentation

🌾 Farmyard 🐄

The Minimal Reinforcement Learning Framework

license python versions pypi version tests status code coverage

Contributions are welcome!


Table Of Contents


Overview

The minimal reinforcement learning framework.

Get started with farmyard by installing it with $pip install farmyard or cloning this repository.

Roadmap

This project is being built while I learn about reinforcement learning, the roadmap for the project includes:

  • Common RL Algorithms (Easily Comparable)
  • Common RL Performance Tricks (Separate from Algorithms)
  • Common RL Models
  • Flexible/Modular Components
  • Multiprocessing
  • Distributed Computing