PaddlePaddle / PARL

A high-performance distributed training framework for Reinforcement Learning
https://parl.readthedocs.io/
Apache License 2.0
3.25k stars 820 forks source link

請問PARL/examples/DDPG/這裏想想試試並行@parl.remote_class()這行應該加在那裏合適? #1081

Open coollong-chingwen opened 1 year ago

coollong-chingwen commented 1 year ago

是不是 PARL/examples/DDPG/mujoco_model.py 的44行 class Actor(parl.Model):,上一行加入@parl.remote_class()嗎?

麻煩大家了!感謝

coollong-chingwen commented 1 year ago

結果出現了!這是?不加@parl.remote_class()可以正常 module 'parl' has no attribute 'remote_class'

使用的是PARL/examples/DDPG/ 範例程式

TomorrowIsAnOtherDay commented 1 year ago

windows下目前不支持并行模式的:)所以找不到remote_class

coollong-chingwen commented 1 year ago

那Work端可以是windows 嗎? 也就是Master是ubuntu支持並行模式,20台的work端是windows 10?都用python3.8

TomorrowIsAnOtherDay commented 1 year ago

你的windows可以通过安装docker+ubuntu启动并行的,这种就可以。原生windows的话,目前我们没有进行分布式的适配呢。