huawei-noah / xingtian

xingtian is a componentized library for the development and verification of reinforcement learning algorithms
MIT License
305 stars 89 forks source link

多进程启用无效 #31

Open Forever-0-1 opened 3 months ago

Forever-0-1 commented 3 months ago

参考user.cn.md文件,配置参数 alg_config:
process_num: 1 # 训练是否启用多进程(完善中) 尝试修改process_num训练cartpole,性能并没有得到改善,请问是该功能还未完善吗

hustqj commented 3 months ago

因为cartpole这个游戏执行的已经够快了,瓶颈不在游戏侧所以并发多个游戏并不能提升性能

Forever-0-1 commented 3 months ago

您好,请问一下训练时learner瓶颈了,怎么使用多learner进行训练呢

hustqj commented 3 months ago

目前开源的这个版本不支持多learner