tambetm / gym-minecraft

Minecraft environment for Open AI Gym, based on Microsoft's Malmo.
271 stars 29 forks source link

Package depends on removed gym module gym.scoreboard #20

Open brandonhoughton opened 6 years ago

brandonhoughton commented 6 years ago

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'

BowenJiangUBC commented 5 years ago

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

tambetm commented 5 years ago

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.