-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
LoadError: UndefVarError: params
not defined
#882
Comments
Can you try updating your packages? Looks like flux isn't constrained |
I have, still the same result. Here's the updated printout:
|
I believe this is fixed on main. Your stacktrace indicates that you use a |
OK thanks! |
What did NeuralNetworkApproximator get replaced with? All the docs examples still use it and I'm getting the same error: (@v1.9) pkg> st
Status `~/.julia/environments/v1.9/Project.toml`
⌅ [052768ef] CUDA v3.13.1
⌅ [7a1cc6ca] FFTW v1.6.0
⌅ [587475ba] Flux v0.13.4
⌃ [e9467ef8] GLMakie v0.6.13
[033835bb] JLD2 v0.4.33
[158674fc] ReinforcementLearning v0.10.2 |
It's called Approximator on the main branch. If you work on that branch you should navigate the documentation via the /docs folder instead of those that are linked in the readme. |
When trying some of the basic examples (e.g. https://juliareinforcementlearning.org/docs/experiments/experiments/DQN/JuliaRL_BasicDQN_CartPole/#JuliaRL\\_BasicDQN\\_CartPole) I get the following error at the step when the training starts:
I am running the LTS version of Rocky Linux. On my Windows machine with the same Julia installation everything goes smoothly. The requested version info below.
The text was updated successfully, but these errors were encountered: