Denys88 / rl_games

RL implementations
MIT License
819 stars 138 forks source link

Ways of integrating already existing knowledges into SAC training? #211

Open famora2 opened 1 year ago

famora2 commented 1 year ago

Hi, I manually controlled the ant robot from this example (https://github.com/NVIDIA-Omniverse/IsaacGymEnvs/blob/main/isaacgymenvs/tasks/ant.py) and recorded the corresponding joint angle values. I would like to know whether there is a way of integrating this per-existing knowledge into the agent training (such as the imitation learning from SB3: (https://imitation.readthedocs.io/en/latest/algorithms/gail.html)).

Denys88 commented 1 year ago

We didn't try to add any IL papers yet because the main goal was the training from the scratch. But we can consider GAIL.