Michael Laskin

Results 4 issues of Michael Laskin

Thanks for open-sourcing the code Alex! What version of cuda / cudnn is your machine using? I'm trying to reproduce your results but it's failing to run on my two...

Currently, the benchmark tasks on support state observations / goals. However, a lot of RL researchers would benefit from the ability to get image observations / goals. There's an ImageEnv...

enhancement
help wanted

Since HER applies to any off policy algorithm, I think this would be useful for researchers studying sparse reward problems. I can take a crack at this and submit a...

``` dat = minerl.data.make('MineRLTreechopVectorObf-v0') for struct in tqdm(dat.batch_iter(batch_size=16, seq_len=32, num_epochs=1, preload_buffer_size=32, include_metadata=True)): print(struct) ``` struct outputs without any metadata in this example