diambra / arena

DIAMBRA Arena: a New Reinforcement Learning Platform for Research and Experimentation
https://docs.diambra.ai
Other
313 stars 22 forks source link

Support Ray RL lib submissions #59

Closed alexpalms closed 1 year ago

alexpalms commented 1 year ago

Added the possibility to save the environment characteristics (more specifically Observation and Action spaces) that usually require you to open a connection with the engine.

Loading this info from file allows to avoid booting up the engine at initialization of the Ray Algo and one just needs to provide the filepath as done with config files with Stable Baselines.

When using the file, environment check is automatically deactivated.