-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
DQNcar.py MemoryError(Ubuntu18.04) #1525
Comments
Hi, I meet with the same issue, have you figured it out? |
nope. I later refer to some other open source code in github, tho older library |
I have same issue also in |
Is this related to #2226? |
Well how big do you choose your replay buffer to be? I mean I can't fit 1 million samples in there as they did in the paper. |
I can't say that either :-) |
possibly related to #1009 |
Hi, thank you for reporting this issue. This script was recently removed in #3215 and replaced with a new script at \AirSim\PythonClient\reinforcement_learning\dqn_car.py that uses the new OpenAI gym wrapper. I tested the new script locally and it runs for me. Can you retest with the new script and report back if you see any issues? |
OS: Ubuntu18.4
CNTK version 2.5
UE4Editor version: 4.17
Airsim version: 4.18
I finally successfully install the cntk on Ubuntu18.04, and
hello_car.py
also runs well, while met new issue of MemoryError when call theDQNcar.py
, error shown asAnybody got a idea?
The text was updated successfully, but these errors were encountered: