glmcdona / LuxPythonEnvGym

Matching python environment code for Lux AI 2021 Kaggle competition, and a gym interface for RL models.
MIT License
73 stars 38 forks source link

rng generators #37

Closed StoneT2000 closed 3 years ago

StoneT2000 commented 3 years ago

Created the luxai2021/env/rng folder, which has a function in rng.py called get_n_values(seed, N) which gives you N random numbers that are the same ones as generated by the CLI tool for a given integer seed.

glmcdona commented 3 years ago

Thanks, merged!