agents
agents copied to clipboard
Feat: Add Tabular Solutions
This PR is to address the issue #620, and the implementation includes:
- [x] Tabular agents using Dynamic Programming and Temporal Difference
- [x] Unit Testing for Tabular agents
- [x] Examples for Tabular agents