-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add requirements for use with ReinforcementLearning.jl #8
Comments
|
Need to fix action space now that producers can be intermediate nodes |
The minimum requirements for defining an environment have been defined. |
-rename topological_sort to to sort_topological to avoid clashing with unused function in Graphs.jl -define state_space, action_space, and state functions for RL (#8)
Minimum requirements are met, but have not been defined as RLBase functions. When this is done, IntervalSets will need to be used to generate the Interval{:closed,:open} for each element of the state and action spaces. |
and any other things required for ReinforcementLearning.jl
The text was updated successfully, but these errors were encountered: