Support A2C

This commit is contained in:
Shangtong Zhang
2018-01-31 16:19:33 -07:00
parent 63c5d5ea54
commit ceaf83bca3
7 changed files with 201 additions and 123 deletions
+1
View File
@@ -51,3 +51,4 @@ class Config:
self.max_steps = 0
self.success_threshold = float('inf')
self.render_episode_freq = 0
self.rollout_length = None