Categorical DQN cart pole

This commit is contained in:
Shangtong Zhang
2018-03-11 23:54:35 -06:00
parent a907dac0bb
commit 3e47451ef6
6 changed files with 160 additions and 4 deletions
+3
View File
@@ -55,3 +55,6 @@ class Config:
self.rollout_length = None
self.value_loss_weight = 1.0
self.iteration_log_interval = 30
self.categorical_v_min = -10
self.categorical_v_max = 10
self.categorical_n_atoms = 51