ELF icon indicating copy to clipboard operation
ELF copied to clipboard

Is there any existing implement of training with different type RL models?

Open mypersonpage opened this issue 6 years ago • 1 comments

Now there is only selfplay or training with AI-SIMPLE. If I want to train with different type RL models, e.g. a player using ppo and the other one using A3C, how can I deal with it?

mypersonpage avatar May 03 '19 05:05 mypersonpage

Here is a toy example for 2 players loading different models. You can check it at ./rlpytorch/model_loader.py https://github.com/lafmdp/ELF

lafmdp avatar May 17 '19 03:05 lafmdp