-
Notifications
You must be signed in to change notification settings - Fork 22
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
just 2 questions, thanks #13
Comments
I was able to get a basic walk cycle working with 001 but struggled with more complex (i don't think I got run working and backflip took months on 002) - the main reason for moving to 002 was because I had more experience with the humanoid figure and knew I should be able to get it to run whereas with the figure I used in 001, it was not clear if it was not working because of a mistake in my code or a limitation of the figure. Note: I fixed the readme and you can see an animation of 001 walking - here The idea of 'RandomIndex' was to randomize the start animation frame of each training episode. I didn't find this helped and have to continued to mess around with it. Note: I'm no longer maintaining this codebase as I've implemented the StyleTransfer code into the main MarathonEnvs repro - I'm still ironing out a few kinks but that code is more up to date and robust |
Hi @BenJaminB1ue, for the backflip i trained for 128m training steps - so you could try increasing the number of steps. Is the entropy chart decreasing? if not, you can decrease the beta. Another thing is that the learning rate (lr), if it is too high, then training will be less stable. |
regarding not playing in the .exe, I've not seen this before and not sure i tested with v001 |
I gonna have a try, thank you so much! |
Hi, sohojoe, it's a great project!
Could you just tell me why you said your project StyleTransfer001 was fail? In other words, could you tell me what's the main difference between 001 and 002 project?
By the way, is the function "use random index" in StyleTransfer001 for training rather than for inferencing? But how does it works in 002 project because I can't find such function available.
It will be so kind of you to answer me, thanks.
The text was updated successfully, but these errors were encountered: