tambetm/gym-minecraft

Package depends on removed gym module gym.scoreboard

Opened this issue · 2 comments

The OpenAI gym package no longer ships with the depreciated gym.scoreboard module. This causes errors when trying to run init.py:
ModuleNotFoundError: No module named 'gym.scoreboard'

Has anyone able to solved this problem? thx for responding.

The scoreboard functionality can be just removed, they are managing it now through wiki. Unfortunately I do not have time to work on this, but removing it should be quite straightforward, I'd be willing to accept PR for this.