xuehui
xuehui
Hello. I have a question about the experiment result in README.md. Does it come from the pre-train bert or using bert to fine-tune the data? Thank you~
When runing the `create_Graph_forGraphSAGE.py`, got some error as following: ``` (py27) user@machinae:/FastGCN$ python create_Graph.py Traceback (most recent call last): File "create_Graph.py", line 39, in json.dump(data,f) File "/miniconda3/envs/py27/lib/python2.7/json/__init__.py", line 189, in...
When I use the command "python run_atari_game.py --config examples/configs/maatari/dqn_basketball_pong.yaml " to setup the atari in examples. will raise an error: ``` Traceback (most recent call last): File "run_atari_game.py", line 26,...
Dear MALib support, My question as following: 1) Can MALib run in cluster or multiply machines? How to set the config? 2) When running in single machines, how to set...
the code is as follows: ``` import gym import vizdoomgym env = gym.make('VizdoomBasic-v0') ``` File ".../vizdoomgym/vizdoomgym/envs/vizdoomenv.py", line 3, in import vizdoom.vizdoom as vzd ModuleNotFoundError: No module named 'vizdoom'