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: remove resolve_agent and use build_agent to build trained model agent #333

Open YuriCat opened 1 year ago

YuriCat commented 1 year ago

resolve_agent() looks unnecessary.