Reinforce-Pong / hyperparameters.json
epsil's picture
Push Reinforce agent to the Hub
5201a74
raw
history blame
177 Bytes
{"h_size": 64, "n_training_episodes": 10000, "n_evaluation_episodes": 10, "max_t": 5000, "gamma": 0.99, "lr": 0.01, "env_id": "Pong-PLE-v0", "state_space": 7, "action_space": 3}