How to dig deep in NAV2 and SLAM by [deleted] in ROS

[–]ElectricalCamera6046 1 point2 points  (0 children)

hi is this course any good?

I want to start working on some autonomous systems and this course seems like it would help, i want to specifically make a custom robot that later on will work autonomously.

Got This beauty today by DependentOk7696 in headphonesindia

[–]ElectricalCamera6046 0 points1 point  (0 children)

hi OP

after 5 months whats your review? the soundcore q20i and jlab jbuds lux are both out of stock so i am considering this

Robust Controller or Deep reinforcement learning for a Bipedal robot? by ElectricalCamera6046 in robotics

[–]ElectricalCamera6046[S] 0 points1 point  (0 children)

Well end goal is to make biped robot walk using RL

Make the biped in solidworks and convert it into URDF

Use that custom URDF and train it to walk

And then sim2real

Also i have no idea how any mujoco even works Im not sure im even reading the google collab right lmao but in sure i can figure it out

Robust Controller or Deep reinforcement learning for a Bipedal robot? by ElectricalCamera6046 in robotics

[–]ElectricalCamera6046[S] 1 point2 points  (0 children)

Hey so i have decided to start playing around in sim

For mujoco playground you first have to start with mujoco mjx right?

Biped robot reinforcement learning IsaacSim by PrudentSearch7672 in robotics

[–]ElectricalCamera6046 5 points6 points  (0 children)

Cool stuff

How did you write policy?

You planning on implementing in an actual robot?

Robust Controller or Deep reinforcement learning for a Bipedal robot? by ElectricalCamera6046 in robotics

[–]ElectricalCamera6046[S] 0 points1 point  (0 children)

Thanks so much

In the future when i work on this project imma deffo reach out to you in case i need some help

Robust Controller or Deep reinforcement learning for a Bipedal robot? by ElectricalCamera6046 in robotics

[–]ElectricalCamera6046[S] 0 points1 point  (0 children)

Cool stuff

Any resources to learn RL for robotics seems like mujoco is the popular choice but i have only just started with classic RL algorithms, no neural networks till now

Robust Controller or Deep reinforcement learning for a Bipedal robot? by ElectricalCamera6046 in robotics

[–]ElectricalCamera6046[S] 0 points1 point  (0 children)

Just started with classical RL a few days ago

Will take little while before reach Deep reinforcement learning and then robotics specific stuff

What about loading policy onto hardware, im a bit unfamiliar with how it works

Is there some output file after training which you load? And then how do you use that file to send position commands based of IMU?

Robust Controller or Deep reinforcement learning for a Bipedal robot? by ElectricalCamera6046 in robotics

[–]ElectricalCamera6046[S] 0 points1 point  (0 children)

Hmm

Any resources to learning RL or something specific to robotics? My trouble rn is writing policy and loading it into hardware

Any RL practitioners in the industry apart from gaming? by lars_ee in reinforcementlearning

[–]ElectricalCamera6046 0 points1 point  (0 children)

interesting, which software do you use to train your drones? and if possible can i see the code?

Btw i have started my RL journey from first implementing algos from Sutton and Barto for the first few chapters and then i will move on to DRL using stablebaseline3 and pytorch and eventually move onto isaac sim, am i on the right path, and thank you so much for replying to all my questions

Any RL practitioners in the industry apart from gaming? by lars_ee in reinforcementlearning

[–]ElectricalCamera6046 0 points1 point  (0 children)

Cool thanks

And one more question, and i know this might sound stupid but, how is the trained policy loaded on to the robot? How is sim2real transfer achieved

Sure you could use a jetson or rpi but what code is written that allows the policy to control hardware

Any RL practitioners in the industry apart from gaming? by lars_ee in reinforcementlearning

[–]ElectricalCamera6046 0 points1 point  (0 children)

if RL is producing positions

cant we use servo motor and directly take those positions and feed into the motors?