This repository accompanies a reinforcement learning course focused on implementing algorithms from first principles.
- All algorithms must be implemented in
.pyfiles - Notebooks are for visualization and analysis only
- External RL libraries are not permitted
pip install -r requirements.txt- This repo is intentionally incomplete: students fill in algorithms
- Designed for pytest-based autograding
- Easily extensible to robotics (ROS2, real sensors)
This repository was designed for use with Github classroom.