Lucas Wolf

Results 3 comments of Lucas Wolf

Thanks, @kekeblom , this resolved the issue for me! 👍🏻 Note that this expects `10_nvidia.json` to be present in the docker build context. To this end, I replaced the last...

HI @Leci37 , thank you for using `gym-chess`. `random.sample` returns a `list`, but `env.step` only takes a single action at a time. If you look at the [README](https://github.com/iamlucaswolf/gym-chess#introduction), I've included...

Hi @spencerstingley I agree, this is a hassle and IMHO a general weakness in the design of OpenAI Gym. I believe it would be much nicer (and lead to more...