Replies: 2 comments 3 replies
-
Hi @famora2 The mapping between Isaac Gym's models (rl_games) and skrl's models is as follows:
You can inspect the skrl's Isaac Gym examples and compare the model definitions with the Isaac Gym configuration .yaml files to see how the mapping was done for each task :) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
according to the documentation (https://skrl.readthedocs.io/en/latest/intro/getting_started.html#models), this library creates another model that functions as the agent's brain. How are these models connected to the model that is for example defined in the Isaac Gym settings (see below). As you can in the below example of Cartpole from Isaac Gym, it uses the
a2c_continuous
algorithm and utilizes a MLP with two layers as its brain, right?Beta Was this translation helpful? Give feedback.
All reactions