-
Hi. `agent = PPO(models=models, agents=[] #configure and instantiate the RL trainer trainer.train()` ##########################################################
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @namecq Sorry for late response. |
Beta Was this translation helpful? Give feedback.
Hi @namecq
Sorry for late response.
Under the section Omniverse Isaac Gym environments (simultaneous learning by scope) in skrl docs, there are several examples for the
ParallelTrainer
.