game = mine_engine(row=10,col=10,mines_count=20) if you wish to define row,col and number of mines later, feel free to leave inputs empty, lator you can set or edit values by: After defining mine ...
GitHub

AI-gym_with_Mujoco-py

Here I show how to setup your enviorment to run AI-gym enviorments that use the physic engine Mujoco. This was a pain to get working on windows, so this repository will have a setup guide and an ...