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

Check why the cloth is pushed away towards the edge and solve it asap #62

Open
csingh27 opened this issue May 14, 2021 · 5 comments
Open
Assignees
Labels
Implementation Medium priority Should be done soon but not immediately

Comments

@csingh27
Copy link
Collaborator

No description provided.

@csingh27
Copy link
Collaborator Author

Value loss, critic loss, actor loss are all increasing and not decreasing.

@csingh27 csingh27 reopened this May 15, 2021
@csingh27
Copy link
Collaborator Author

csingh27 commented May 15, 2021

Tried :
Changed actor_loss = critic_value - log_probs from actor_loss = log_probs - critic_value

Does not work !

@csingh27
Copy link
Collaborator Author

Actor loss, critic loss, value loss all are increasing.

@csingh27 csingh27 reopened this May 16, 2021
@csingh27
Copy link
Collaborator Author

cloth_corner change action to []*7 from []*3 also taking corner info into account.

@csingh27sewts
Copy link
Owner

csingh27sewts commented May 22, 2021

Actions might not be defined correctly. NaN might be not enough.

@csingh27sewts csingh27sewts added Medium priority Should be done soon but not immediately and removed High priority labels Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Implementation Medium priority Should be done soon but not immediately
Projects
None yet
Development

No branches or pull requests

2 participants