SforAiDl / genrl

A PyTorch reinforcement learning library for generalizable and reproducible algorithm implementations with an aim to improve accessibility in RL

Home Page:https://genrl.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gym version conflict between genrl and pettingzoo

veds12 opened this issue · comments

genrl 0.0.2 requires gym 0.17.1 whereas pettingzoo 1.3.3 requires gym 0.17.2

Can you run tests with 0.17.2? I don't really see a reason to stick with an older gym version

Yeah. A bunch of stuff is outdated actually including pytorch and tensorboard. I'll run the the tests for newer versions of all of them