"Reinforcement Learning-Based Microrobot Navigation Along Circular Paths Using Magnetic Field Control"
- β Microrobot environment with magnetic field actuation
- β State, Action, Reward, Next State, Done (MDP)
- β Continuous control with Soft Actor-Critic (SAC)
- β Reward shaping to enforce circular trajectory
- β Visual plots of path and performance
This project explores autonomous microrobot navigation from one point to another along a circular path, under the influence of a controlled magnetic field, using Deep Reinforcement Learning. It applies the Soft Actor-Critic (SAC) algorithm in a continuous control setting where:
- πΈ The state space is image-based, representing the simulation graph (e.g., robot position on the field).
- π The action space controls rotation around and along the axis via angle Ξ¦ (phi)βsimulating torque or field orientation.
- Entropy-regularized RL algorithm for stable training
- Continuous action space (perfect for magnetic field control)
- Automatic temperature tuning

