Open alatyshe opened 6 years ago
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O $HOME/miniconda.sh /bin/bash $HOME/miniconda.sh -b $HOME/miniconda3/bin/conda update -y --all python=3
export PATH=$HOME/miniconda3/bin:$PATH
conda create -n elf python=3 source activate elf
conda install pytorch -c soumith
pip install --upgrade pip pip install msgpack_numpy conda install tqdm conda install libgcc
sudo apt-get install libtbb-dev
sudo yum install libtbb-devel
cd ~ git clone https://github.com/facebookresearch/ELF cd ELF/rts/ mkdir build && cd build cmake .. -DPYTHON_EXECUTABLE=$HOME/miniconda3/bin/python -DGAME_DIR=../game_MC make
alias python3=$HOME/miniconda3/bin/python
sh ./train_minirts.sh --gpu 0
At the front was the tutorial I followed, and at the training step, when I ran sh ./train_minirts.sh --gpu 0, it came out
Traceback (most recent call last):
File "train.py", line 19, in
Lausichen, your solution here: https://github.com/facebookresearch/ELF/issues/1
thanks
@alatyshe hey!alatyshe,have you solved this problem? I come up with this same problem. really confused.
nope, i stack on it.
same problem bro @alatyshe , have you find any solutions? It seems that I'm not building the “minirst” module right, all I got is a folder with some cmake stuff in it.
Maybe you used different python version. Try use the same version of python in these two comment: conda create -n elf python=3 cmake .. -DPYTHON_EXECUTABLE=$HOME/miniconda3/bin/python
@alatyshe hey, have you solved this problem?I dont know how to do
@huzhanming16 Why not trying Leela. It seems fb has quit this updating. Still, you can see many "TODO" in the code.
@fantianwen so no one solved it?
Get this error when try to run train_minirts.sh:
Can somebody help please with it?