[Question] Does Direct Workflow have an action curriculum feature? #1478
-
Hello everyone, I'm training Hexapod based on ANYmal C direct RL code, Hexapod has more leg freedom than Quadropod. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
For direct workflow, you can implement the curriculum logic directly in the environment code. You are free to design the curriculum in any way that's suitable for the task, such as increasing complexity of the task, rebalancing reward weights, using different reward functions, etc... |
Beta Was this translation helpful? Give feedback.
For direct workflow, you can implement the curriculum logic directly in the environment code. You are free to design the curriculum in any way that's suitable for the task, such as increasing complexity of the task, rebalancing reward weights, using different reward functions, etc...