Skip to content

Develop new reset params reacher walker pushblock #2322

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

Merged
merged 8 commits into from
Jul 24, 2019

Conversation

sankalp04
Copy link
Contributor

Reset Parameters implemented for Pushblock, Reacher and Walker

Pushblock: dynamic_friction, static_friction, block_drag, block_scale

Reacher: Gravity, non-linear goal movement

Walker: Gravity, torso mass

@@ -13,6 +14,8 @@ public class ReacherAgent : Agent {
private Rigidbody rbB;
private float goalSpeed;
private float goalSize;
private float deviation;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A comment here and there to define what those parameters do

@@ -0,0 +1,13 @@
%YAML 1.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this file really be in the SharedAssets folder ? It is called PushBlockGround so I would put in the PushBlock folder...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually don't think this file is used anywhere.

@ervteng ervteng merged commit 75f1a9a into develop Jul 24, 2019
@sankalp04 sankalp04 deleted the develop-newResetParams-Reacher-Walker-Pushblock branch July 30, 2019 21:52
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants