Math-to-Manim
github.com
Math-to-Manim
1–8 of 8 posts
Re: Math-to-Manim
#2Re: Math-to-Manim
#3The "RL repair loop" is iterative LLM prompting with stderr feedback, not reinforcement learning. There is no training code, no reward function, and no environment in the repo. The loop also freezes the scene spec and only regenerates code, so if the planner specified 12 objects that geometrically do not fit on screen, three repair attempts will not help.
Re: Math-to-Manim
#4Re: Math-to-Manim
#5Re: Math-to-Manim
#6Did anybody else notice the random "Christian" in the README?
Re: Math-to-Manim
#7The "RL repair loop" is iterative LLM prompting with stderr feedback, not reinforcement learning. There is no training code, no reward function, and no environment in the repo. The loop also freezes the scene spec and only regenerates code, so if the planner specified 12 objects that geometrically do not fit on screen, three repair attempts will not help.
The idea is apparently that a model that is bad at fixing its own mistakes might become better if you train it on this task using reinforcement learning.