mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
9 lines
172 B
YAML
9 lines
172 B
YAML
cartpole-dqn:
|
|
env: CartPole-v0
|
|
run: DQN
|
|
stop:
|
|
episode_reward_mean: 150
|
|
timesteps_total: 50000
|
|
config:
|
|
n_step: 3
|
|
gamma: 0.95
|