We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dqn_cartpole from sota-implementations/dqn doesn't working. Crashes with: ImportError: cannot import name 'Composite' from 'torchrl.data'
Just run dqn_cartpole.py, it will call ulits_cartpole.py and then it will crash with ImportError
Describe the characteristic of your environment:
After some time i think rename Composite -> CompositeSpec in importing and in it's only one will fix this issue
The text was updated successfully, but these errors were encountered:
This is due to a change in the specs names, try from v0.4.0
https://github.com/pytorch/rl/tree/v0.4.0
Sorry, something went wrong.
vmoens
No branches or pull requests
Describe the bug
dqn_cartpole from sota-implementations/dqn doesn't working. Crashes with: ImportError: cannot import name 'Composite' from 'torchrl.data'
To Reproduce
Just run dqn_cartpole.py, it will call ulits_cartpole.py and then it will crash with ImportError
System info
Describe the characteristic of your environment:
Reason and Possible fixes
After some time i think rename Composite -> CompositeSpec in importing and in it's only one will fix this issue
Checklist
The text was updated successfully, but these errors were encountered: