Repository contains implementations of algorithms and selected programming exercises described in Reinforcement Learning: An Introduction by Richard Sutton & Andrew Barto, 2018
- RL environmets includes basic testing environments (Open AI gym integration is on the way)
- Multi-page dashboard each file contains layout and callbacks of a particular page
- Standalone experiments
git clone https://github.com/konichuvak/rl_experiments.git
python rl_experiments/index.py
launches a local Dash instance, allowing for interactive interpretation and exploration of presented solutions