Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the velocity of robot #122

Open
Ethan0207 opened this issue Mar 6, 2024 · 3 comments
Open

the velocity of robot #122

Ethan0207 opened this issue Mar 6, 2024 · 3 comments

Comments

@Ethan0207
Copy link

Hi,
I changed the car model to a four wheel differential car. During training, the driving speed is very slow. The target point cannot be reached. Can you give some suggestions based on your experience?

slow.mp4

3 6 1

@reiniscimurs
Copy link
Owner

Hi,

I have no input here. You should probably check velocities that are input into your car model and what are reasonable actions for a 4 wheel diff drive.

@Ethan0207
Copy link
Author

Hi,
Thank you for your reply. The velocity of car model is normal. But I have an another question. During the training, when the car model hits the box, the box will also be pushed, and when it hits the wall, the wheel will be off the ground. Is this due to the large size of the car, resulting in incorrect collision detection? Do I need to adjust the reward function and the GOAL_REACHED_DIST threshold? Can you give me some advice? Looking forward to your reply.

p1.mp4

3 7

@reiniscimurs
Copy link
Owner

Collision distance is set here:
https://github.com/reiniscimurs/DRL-robot-navigation/blob/main/TD3/velodyne_env.py#L21

If the front of the robot is further than this distance, the collision will not be detected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants