File size: 235 Bytes
0b83e67 | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"h_size": 64,
"n_training_episodes": 30000,
"n_evaluation_episodes": 10,
"max_t": 10000,
"gamma": 0.99,
"lr": 0.0001,
"env_id": "Pixelcopter-PLE-v0",
"state_space": 7,
"action_space": 2,
"algorithm": "REINFORCE"
} |