摘要:
使用 $ pip install git+https://github.com/takuseno/d4rl-atari安装时经常报错。可通过先下载到本地,再上传到服务器,最后再pip install . 安装即可 阅读全文
摘要:
pip uninstall atari-pypip install atari-py==0.2.5 阅读全文
摘要:
这个问题是在tensorflow中经常遇到的问题,解决的方法是:直接使用绝对路径,而不是相对路径: python atari_example.py --path=/home/longfei-fwxz/code_and_test/ppo_atari/tmp/dataset --game=Pong 注意 阅读全文