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

Environment variables currently often set as constants or module level variables. #8

Open
jangroter opened this issue Dec 2, 2024 · 0 comments
Assignees

Comments

@jangroter
Copy link
Collaborator

Environment variables currently often set as constants or module level variables. Because of this it is difficult to initialize an environment properly when calling the environment constructor 'gym.make()'.

Instead it is proposed to clearly specify constants and move all other environment variables into the init() function of their respective variables.

This should then also provide a pathway for providing custom functions for generating observation or action space wrappers later during development.

@jangroter jangroter self-assigned this Dec 2, 2024
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

No branches or pull requests

1 participant