Replies: 1 comment 5 replies
-
Have a look through the tuning page here: https://ai.damtp.cam.ac.uk/pysr/tuning/ |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First thanks for your excellent open-sourced work. I am using pySR to find the underneath expression in control problem. Currently, I use a Reinforcement Learning algorithm DDPG to train a neural network to stabilize Pendulum and keep it vertical. Now, I randomly generated states (Pendulum x, y in cartesian coordinates and angular velocity) and feed forward them to DDPG and got output, namely, actions. I use pySR to fit states and actions, but the result show that loss is high and score is low.

Binary operator: + - * /
Unary operator: cos sine
I also use plot to visualize actions Truth and predictions by pySR, and it give me a plot below. Can you give me some advice on how to improve the regression result?
Beta Was this translation helpful? Give feedback.
All reactions