Reinforce-unit4-pixelCopter3 / hyperparameters.json
PabloTa's picture
Upload . with huggingface_hub
90c08f4
raw
history blame contribute delete
188 Bytes
{"h_size": 7, "n_training_episodes": 1000000, "n_evaluation_episodes": 50, "max_t": 100000, "gamma": 0.75, "lr": 0.001, "env_id": "Pixelcopter-PLE-v0", "state_space": 7, "action_space": 2}