Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"Reinforcement Learning-Based Microrobot Navigation Along Circular Paths Using Magnetic Field Control"


🚀 Features

  • ✅ 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

🤖 Microrobot Navigation using Reinforcement Learning (Soft Actor-Critic)

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.

📷 Visuals

🧭 Circular Navigation Path

Circular Path

📈 Reward Curve over Training

Reward Curve


🧠 Algorithm: Soft Actor-Critic (SAC)

  • Entropy-regularized RL algorithm for stable training
  • Continuous action space (perfect for magnetic field control)
  • Automatic temperature tuning

About

The project contains code for simulating electromegnetic filed for moving

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages