Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

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

Open
mypersonpage opened this issue May 3, 2019 · 1 comment

Comments

@mypersonpage
Copy link

mypersonpage commented May 3, 2019

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?

@lafmdp
Copy link

lafmdp commented May 17, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants