DeNA / HandyRL

HandyRL is a handy and simple framework based on Python and PyTorch for distributed reinforcement learning that is applicable to your own environments.
MIT License
282 stars 39 forks source link

feature: combine worker argument both from trainer and worker #330

Open YuriCat opened 1 year ago

YuriCat commented 1 year ago

Essentially, variables that can be decided by the worker want to be decided by the worker. Furthermore, if there is a default value on the trainer's side, we would like to use it.