iglu-contest / gridworld

A reinforcement learning environment for the IGLU 2022 at NeurIPS
GNU Affero General Public License v3.0
32 stars 12 forks source link

Argument `dataset_version` is invalid for IGLUDataset. #7

Closed MarcCote closed 2 years ago

MarcCote commented 2 years ago

Running the main branch of this repo, I've encountered an issue with one of the code snippets from Overview.md.

import gym
from gridworld.data import IGLUDataset

dataset = IGLUDataset(dataset_version='v0.1.0-rc1') 
# leave dataset_version empty to access the most recent version of the dataset.

env = gym.make('IGLUGridworld-v0')
env.set_task_generator(dataset)

Argument dataset_version is invalid for IGLUDataset.

artemZholus commented 2 years ago

fixed