-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
Use Trajectories.jl instead #632
Use Trajectories.jl instead #632
Conversation
i'm confused: what happened to |
Should be added back soon. This package is slowly moving towards v0.11 You may track the progress here: #614 |
As always, contributions are welcomed! |
what's the reason to move away from |
AbstractLearner was removed by accident. (And is already added back, it's just that the rename part is not reverted yet) I find the old NeuralNetworkApproximator is general enough. So simply removed the abstract type and renamed it to Approximator |
This PR aims to split out trajectories related codes and simplify the code logic in RLCore