deep-rl-tensorflow
deep-rl-tensorflow copied to clipboard
Unknown command line flag 'data_format'
I got the following bug. Could you please help? Thank you!
$python main.py --network_header_type=nips --env_name=Breakout-v0 --use_gpu=False
Traceback (most recent call last):
File "main.py", line 173, in
This is because of a change in tf. Created a patch / pull request to fix this: https://github.com/carpedm20/deep-rl-tensorflow/pull/39