baselines
baselines copied to clipboard
A collection of baselines for the MineRL environment/datasets & the NeurIPS 2021 MineRL competitions
Hello. There is a cv2 error on running any baseline code from ``general/chainerrl/baselines`` (**after** fixing this [issue](https://github.com/minerllabs/minerl/issues/342)). Here's the traceback on running the ```GAIL.py``` baseline: ``` Traceback (most recent call...
There is only a README in the directory.
I retrain the ppo in treechop environment. But the result is different from paper. I only get 20 reward final. I didn't change anything. What problem would it be?
Is there support for training on multiple environments simultaneously (i.e., PPO with 16 envs)?
I've put the log below. Appears maybe a None action is being passed into env.step? ```INFO - 2019-08-16 12:26:14,769 - [__main__ main 125] Output files are saved in results/MineRLTreechop-v0/rainbow/20190816T122613.869530 INFO...
I just run your implementation rainbow script on my machine. Error occurred during training rainbow on Treechop. I think there is something wrong during env.step function is receiving message communication...