Update README

This commit is contained in:
Shangtong Zhang
2018-01-31 20:21:38 -07:00
parent 797f80d5ff
commit 3dcda7b5d5
3 changed files with 5 additions and 5 deletions
+3 -2
View File
@@ -308,13 +308,14 @@ if __name__ == '__main__':
mkdir('data/video')
mkdir('log')
os.system('export OMP_NUM_THREADS=1')
os.system('export CUDA_VISIBLE_DEVICES=0')
# logger.setLevel(logging.DEBUG)
logger.setLevel(logging.INFO)
dqn_cart_pole()
# dqn_cart_pole()
# async_cart_pole()
# a3c_cart_pole()
# a2c_cart_pole()
a2c_cart_pole()
# a3c_continuous()
# p3o_continuous()
# d3pg_continuous()