Reinforce-PixelCopter / hyperparameters.json
nitishpandey04's picture
Upload folder using huggingface_hub
32d5410 verified
raw
history blame contribute delete
187 Bytes
{"h_size": 128, "n_training_episodes": 30000, "n_evaluation_episodes": 100, "max_t": 5000, "gamma": 0.99, "lr": 5e-05, "env_id": "Pixelcopter-PLE-v0", "state_space": 7, "action_space": 2}