mirror of
https://github.com/wassname/DeepRL.git
synced 2026-09-09 11:13:47 +08:00
Categorical DQN cart pole
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user