CartPolePyTorch / hyperparameters.json
Pyro-X2's picture
Upload folder using huggingface_hub
ac7c5c3 verified
raw
history blame contribute delete
176 Bytes
{"h_size": 32, "n_training_episodes": 600, "n_evaluation_episodes": 10, "max_t": 1000, "gamma": 0.98, "lr": 0.001, "env_id": "CartPole-v1", "state_space": 4, "action_space": 2}