RuanJingqing

Results 3 issues of RuanJingqing

`python script/train_rl.py --env 'BabyAI-PutNext-v0' --tb True` Should I configure other parameters? But I change the environment to 'Open' or 'Pickup' or 'Goto', it works well.

Hi, Taking the "battlefield" for example, how can I control the red team only? Then how can I change the number of the agents? Thanks!

Traceback (most recent call last): File "C:/Users/Amanda/Desktop/Research/Word2Vector/generateWord2vec.py", line 5, in model = word2vec.load('./model/cbow_wordvec.bin') File "F:\Anaconda3\envs\py36tf12-cpu\lib\site-packages\word2vec\io.py", line 18, in load return word2vec.WordVectors.from_binary(fname, *args, **kwargs) File "F:\Anaconda3\envs\py36tf12-cpu\lib\site-packages\word2vec\wordvectors.py", line 187, in from_binary vocab_size,...