pneuma-pygame/Game/params/rl.py

7 lines
62 B
Python
Raw Normal View History

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