pneuma-pygame/agents/ppo/utils/hyperparams.py
2023-11-17 03:19:03 +01:00

6 lines
62 B
Python

# AI setup
N = 20
batch_size = 5
n_epochs = 4
alpha = 0.0003