Quantile Regression DQN cartpole

This commit is contained in:
Shangtong Zhang
2018-03-21 10:39:00 -06:00
parent cabc95ff5d
commit 4fbf811188
6 changed files with 148 additions and 2 deletions
+1
View File
@@ -58,3 +58,4 @@ class Config:
self.categorical_v_min = -10
self.categorical_v_max = 10
self.categorical_n_atoms = 51
self.num_quantiles = 10