newmanne / open_spiel

Apache License 2.0
0 stars 0 forks source link

Deal with the learning rate issues through some normalization #27

Closed newmanne closed 2 years ago

newmanne commented 2 years ago

Right now different games seem to break our learning rate parameter (TODO: Confirm this is because you changed the game, and not because you changed the batch sizes). Should we normalize in some way (e..g, divide values and prices by the budget) to keep everything in roughly the same scale?

newmanne commented 2 years ago

Duplicate of #30