Files

11 lines
967 B
Markdown
Raw Permalink Normal View History

2026-01-11 23:04:19 -06:00
## Ansys Sweep Model, Pybullet Simulation Environment, and Reinforcement Learning Controller for HEMS Magnetic Levitation
This repository contains files with Ansys Parametric Sweep data, polynomial interpolation of this data, PyBullet simulation
interfacing with this data and drawing from physical constraints on the actual chassis, and trial reinforcement learning models
that learn from the environment based on a defined cost function.
#### Upcoming objectives
1. Verify again that sweep interpolation data provides reasonable estimates of real-world forces and torques using load cell
2026-01-11 23:05:30 -06:00
2. Implement PID controller that interfaces with the simulation environment present in ```lev_pod_env.py```
2026-01-11 23:04:19 -06:00
3. Implement other forms of reinforcement learning control, look into designing a reward structure that is conducive to learning, and
overall dive into more research on reinforcement learning algorithms for very sensitive tasks that are intrinsically highly unstable.