[MJX] How to keep action values consistent in single episode? #1955
Unanswered
ChanMook
asked this question in
Asking for Help
Replies: 2 comments
-
My suspicion is that this could be fixed if you set the action_repeat field in your training to be equal to your episode length. Then I believe the agent will make a single action at the start of the episode (still sampled randomly from a distribution, but kept constant) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Alternatively, for fixed action policies you can consider non RL methods (just MJX without Brax), like grid searching or Bayesian optimisation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm working on MuJoCo MJX.
I set the action value of MJX as the parameters to make torque. The action value(control parameter) changes at every step, causing problems in control.
I want to find optimal fixed action on single episode. how can i do?
Beta Was this translation helpful? Give feedback.
All reactions