You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for the implementations and it is very useful. I was able to successfully execute the code in the file Cart_Pole.py. I am now am trying to run the Space_Invaders.py file with SAC_Discrete, but had received the following error.
AttributeError: 'LazyFrames' object has no attribute 'size'.
This same error persists for other games in Atari environment(Road_Runner,Pong etc.) as well as for other methods (SAC_Discrete, DDQN, DQN etc). I have also installed Atari_py of version : 0.2.6.
It would be very helpful if you could provide your suggestions/insights on the error and methods to fix it. I have attached the python file and a snapshot of the error with this request.
+1 error also for SpaceInvaders + SAC_Discrete.
So this now makes things harder to be verified for the results in the SAC_Discrete arXiv preprint paper.
(Paper: Soft Actor-Critic for Discrete Action Settings)
Dear Petros,
Thank you very much for the implementations and it is very useful. I was able to successfully execute the code in the file Cart_Pole.py. I am now am trying to run the Space_Invaders.py file with SAC_Discrete, but had received the following error.
AttributeError: 'LazyFrames' object has no attribute 'size'.
This same error persists for other games in Atari environment(Road_Runner,Pong etc.) as well as for other methods (SAC_Discrete, DDQN, DQN etc). I have also installed Atari_py of version : 0.2.6.
It would be very helpful if you could provide your suggestions/insights on the error and methods to fix it. I have attached the python file and a snapshot of the error with this request.
Thanks,
Farha Parveen
Space_Invaders.txt
![ErrorFile_SpaceInvaders_SAC(Discrete)](https://user-images.githubusercontent.com/56920928/80626164-a4ac7a00-8a13-11ea-81fb-0e9096dc4b0d.png
The text was updated successfully, but these errors were encountered: