Closed sunchipsster1 closed 4 years ago
hi, apologies for this, it's due to our recent switch to keras, thanks for pointing it out. i will be resolving this in the next few days. i'll report on this thread once it's resolved, apologies for the inconvenience.
On Wed, Dec 18, 2019 at 1:27 AM sunchipsster1 notifications@github.com wrote:
Hello all! I was wondering if anyone knows how to resolve the following error message? This is taken from the Cartpole colab without changing any of the code. Does the dqn_config = ... need any values, or is it meant to be left without assignment? Thank you!
[image: image] https://user-images.githubusercontent.com/56416888/71061075-38e90500-2135-11ea-8c13-aae730c89a02.png
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/google/dopamine/issues/124?email_source=notifications&email_token=AE3CCML3VA6ISGR22ZKQRXTQZG7ENA5CNFSM4J4GBZEKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IBHY33A, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE3CCMJDU2LMEHXJAOEV5C3QZG7ENANCNFSM4J4GBZEA .
Thank you so much for the kind help! I do not know if the following is another instance of the recent switch to keras, but here is another error message, encountered in the "Agents" colab kindly provided by Dopamine--> keyError 'Asterix'
i just pushed a new version of dopamine to pypi and i believe the cartpole issue should be resolved now. can you try again and make sure that it installs version 3.0.1 of dopamine-rl? i'm taking a look at the agents colab now.
On Thu, Dec 19, 2019 at 10:54 AM sunchipsster1 notifications@github.com wrote:
Thank you so much for the kind help! I do not know if the following is another instance of the recent switch to keras, but here is another error message, encountered in the "Agents" colab kindly provided by Dopamine--> keyError 'Asterix'
[image: image] https://user-images.githubusercontent.com/56416888/71187846-dfc0c480-224d-11ea-9c72-fadd202ad601.png
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/google/dopamine/issues/124?email_source=notifications&email_token=AE3CCMOSEP5HOYYVPKWIUSDQZOKMTA5CNFSM4J4GBZEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHKBQQQ#issuecomment-567547970, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE3CCMIG45FDP6GAG7ETI63QZOKMTANCNFSM4J4GBZEA .
i just tried the agents colab and it seems to work.
the KeyError
you're getting is likely because you haven't run any of the colab's agents on Asterix
.
Hello all! I was wondering if anyone knows how to resolve the following error message? This is taken from the Cartpole colab without changing any of the code. Does the dqn_config = ... need any values, or is it meant to be left without assignment? Thank you!