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

Can not run train_minirts.sh #124

Open
@csethomas

Description

@csethomas

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):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions