Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot import elegantrl.tutorial.run.train_and_evaluate_mp #38

Closed
yijionglin opened this issue Jul 25, 2021 · 1 comment
Closed

cannot import elegantrl.tutorial.run.train_and_evaluate_mp #38

yijionglin opened this issue Jul 25, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@yijionglin
Copy link

yijionglin commented Jul 25, 2021

Hi,

When tried the multiprocess training with train_and_evaluate_mp in elegantrl.tutorial.run, it can't import properly.

_Python 3.8.0 (default, Feb 25 2021, 22:10:10)
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

>>> from elegantrl.tutorial.run import Arguments, train_and_evaluate

>>> from elegantrl.tutorial.run import train_and_evaluate_mp
Traceback (most recent call last):
File "", line 1, in
ImportError: cannot import name 'train_and_evaluate_mp' from 'elegantrl.tutorial.run' (/home/user/elegantrl/ElegantRL/elegantrl/tutorial/run.py)
>>>_

Could you help to fix it?

@Yonv1943
Copy link
Collaborator

Yonv1943 commented Sep 6, 2021

We have fully upgraded ElegantRL and now supports multiple GPU training (1~8 GPU).

Now the problem you mentioned has been resolved. I'm sorry that we have been busy developing the 80 GPU version (Cloud platform) of ElegantRL, and we were unable to reply to you in time.

I will close this question in 3 days.

@YangletLiu YangletLiu added the bug Something isn't working label Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants