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

Make base class more modular #25

Open
thomaswolgast opened this issue Nov 15, 2024 · 0 comments
Open

Make base class more modular #25

thomaswolgast opened this issue Nov 15, 2024 · 0 comments
Labels
enhancement New feature or request refactoring Improving code quality without changing functionality

Comments

@thomaswolgast
Copy link
Member

Currently, one big class with all environment design options pre-implemented. Makes it difficult/impossible to add custom environment design options.

Approach:
Similar to Constraint class, define classes for reward function, sampling (#8), action space, etc. that can be passed to the OpfEnv base class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactoring Improving code quality without changing functionality
Projects
None yet
Development

No branches or pull requests

1 participant