Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Ray RL lib submissions #59

Merged
merged 1 commit into from
Feb 11, 2023
Merged

Support Ray RL lib submissions #59

merged 1 commit into from
Feb 11, 2023

Conversation

alexpalms
Copy link
Member

@alexpalms alexpalms commented Feb 10, 2023

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.

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.
@alexpalms alexpalms changed the title Adding the possibility to read environment obs and action spaces from… Support Ray RL lib submissions Feb 11, 2023
@alexpalms alexpalms merged commit 5ba5c09 into main Feb 11, 2023
@alexpalms alexpalms deleted the support-ray-submissions branch February 11, 2023 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants