Farama-Foundation / Minigrid

Simple and easily configurable grid world environments for reinforcement learning
https://minigrid.farama.org/
Other
2.13k stars 611 forks source link

pip version differences #171

Closed aklein1995 closed 2 years ago

aklein1995 commented 2 years ago

Hello!

Is there any significance difference between the version is uploaded to pip in the different versions? With significance I refer to different reward functions, observations spaces...?

I am testing the differences between an approach that was executed at version 1.0.1 and I do not know if the results might slightly change in 1.0.3 (current).

Thank you in advance!

maximecb commented 2 years ago

There shouldn't be any difference in reward function. Recent changes have just been small bugfixes.

But if you want to be completely sure, you could just do pip3 install gym-minigrid=1.0.1 and install the exact version you used before.