Environments#
The Curiosity Gym package provides multiple Gymnasium-based grid environments to test and benchmark
curiosity-driven RL algorithms. The dynamics of the grid are implemented in the abstract base class
GridEngine. A concrete environment can be created by inheriting these dynamics and
providing custom EnvironmentSettings,
RenderSettings and
EnvironmentObjects for the environment.
Grid engine#
Abstract grid-based environment class that implements the gymnasium api. |
Environment types#
Defines the structure of the curiosity-gym distractive rewards environment. |
|
Defines the structure of the curiosity-gym multitask environment. |
|
Defines the structure of the curiosity-gym sparse reward environment. |