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

Use Trajectories.jl instead #632

Merged

Conversation

findmyway
Copy link
Member

This PR aims to split out trajectories related codes and simplify the code logic in RLCore

@findmyway findmyway merged commit c67a604 into JuliaReinforcementLearning:master Jun 6, 2022
@baedan
Copy link
Contributor

baedan commented Jun 6, 2022

i'm confused: what happened to TabularApproximator?

@findmyway
Copy link
Member Author

Should be added back soon. This package is slowly moving towards v0.11 You may track the progress here: #614

@findmyway
Copy link
Member Author

As always, contributions are welcomed!

@baedan
Copy link
Contributor

baedan commented Jun 6, 2022

what's the reason to move away from ::AbstractLearner and ::AbstractApproximator?

@findmyway
Copy link
Member Author

what's the reason to move away from ::AbstractLearner and ::AbstractApproximator?

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

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