Reinforce-unit4-pixelCopter / hyperparameters.json
PabloTa's picture
Upload . with huggingface_hub
8310a75
raw
history blame contribute delete
189 Bytes
{"h_size": 64, "n_training_episodes": 500000, "n_evaluation_episodes": 20, "max_t": 100000, "gamma": 0.99, "lr": 0.0001, "env_id": "Pixelcopter-PLE-v0", "state_space": 7, "action_space": 2}