Support async PPO, which doesn't work

This commit is contained in:
Shangtong Zhang
2017-10-04 22:33:26 -06:00
parent c773da7d08
commit e58938e3fe
9 changed files with 326 additions and 118 deletions
+5
View File
@@ -1,3 +1,8 @@
#######################################################################
# Copyright (C) 2017 Shangtong Zhang(zhangshangtong.cpp@gmail.com) #
# Permission given to modify the code as long as you keep this #
# declaration at the top #
#######################################################################
import torch
class StaticNormalizer: