facebookresearch / rlmeta

RLMeta is a light-weight flexible framework for Distributed Reinforcement Learning Research.
MIT License
284 stars 28 forks source link

Add namespace or identifier for Remotable instance #24

Closed xiaomengy closed 2 years ago

xiaomengy commented 2 years ago

Currently when we register remote method in a Remotable instance, we cannot distinguish the different remote method calls if there are multiple Remotable instances contains the same method name. We have to add a namespace or identifier field in Remotable class.

Currently we can start different servers to handle this which is not very convenient.