mirror of
https://github.com/wassname/pyrobolearn.git
synced 2026-09-20 13:11:01 +08:00
Exploration strategies
This folder provides the various exploration strategies used in reinforcement learning. It basically wraps the policy, and defines how the policy should explore in the environment. Exploration is mainly performed in the action space or the (hyper-)parameter space.
what to look/check next?
Check distributions, and policies folders.