Files
pyrobolearn/pyrobolearn/exploration

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.