Reinforce-PixelCopter-v0 / hyperparameters.json
algocompretto's picture
Upload . with huggingface_hub
c8a1269
raw
history blame contribute delete
183 Bytes
{"h_size": 64, "n_training_episodes": 5000, "n_evaluation_episodes": 10, "max_t": 1000, "gamma": 0.99, "lr": 0.01, "env_id": "Pixelcopter-PLE-v0", "state_space": 7, "action_space": 2}