coax-dev / coax

Modular framework for Reinforcement Learning in python
https://coax.readthedocs.io
MIT License
168 stars 17 forks source link

Implement StochasticQ for ClippedDoubleQLearning #9

Closed frederikschubert closed 2 years ago

frederikschubert commented 3 years ago

This PR is a re-write of PR https://github.com/coax-dev/coax/pull/8 and enables the use of StochasticQ in ClippedDoubleQLearning.