Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Can not run train_minirts.sh #124

Open
csethomas opened this issue Jan 6, 2019 · 0 comments · May be fixed by #135
Open

Can not run train_minirts.sh #124

csethomas opened this issue Jan 6, 2019 · 0 comments · May be fixed by #135

Comments

@csethomas
Copy link

csethomas commented Jan 6, 2019

When I execute the train_minirts.sh, I encounter the following errors:
Traceback (most recent call last):
File "train.py", line 14, in <module>
from rlpytorch import *
File "/home/github/ELF/rlpytorch/__init__.py", line 15, in <module>
from .trainer import Trainer, Evaluator, LSTMTrainer
File "/home/github/ELF/rlpytorch/trainer/__init__.py", line 8, in <module>
from .trainer import Trainer, Evaluator
File "/home/github/ELF/rlpytorch/trainer/trainer.py", line 10, in <module>
import utils_elf
File "/home/thomas/ELF/rlpytorch/trainer/../../elf/utils_elf.py", line 191
def transfer_cpu2gpu(self, batch_gpu, async=True):

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant