mirror of
https://github.com/vale981/ray
synced 2025-03-10 05:16:49 -04:00
11 lines
233 B
YAML
11 lines
233 B
YAML
cartpole-dqn:
|
|
env: CartPole-v0
|
|
run: DQN
|
|
stop:
|
|
episode_reward_mean: 150
|
|
timesteps_total: 50000
|
|
config:
|
|
# Works for both torch and tf.
|
|
framework: tf
|
|
n_step: 3
|
|
gamma: 0.95
|