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

About Transfer Learning #6182

Open
abdulkadrtr opened this issue Dec 18, 2024 · 0 comments
Open

About Transfer Learning #6182

abdulkadrtr opened this issue Dec 18, 2024 · 0 comments
Labels
request Issue contains a feature request.

Comments

@abdulkadrtr
Copy link

Quadruped Robot Navigation with ML-Agents

I am working on a quadruped robot navigation project using Unity and ML-Agents. The main objective is to teach the robot how to walk, followed by teaching it to navigate in obstacle-rich environments. I plan to achieve this in stages.

Initial Setup

  • The observation space will have 20 elements.
  • The action space will consist of 6 elements.

At the beginning, when teaching the robot to walk, I will use a 14-element observation space and set the remaining neurons to a default value of -1. Once the model is trained, I plan to use transfer learning by initializing the model with --initialize-from. In the new scenario, instead of setting the remaining 6 elements to -1, I will provide the actual observation values.

Is this approach suitable?

Is this a good approach to solve my problem, or is there an alternative way to handle this situation more effectively?

@abdulkadrtr abdulkadrtr added the request Issue contains a feature request. label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request Issue contains a feature request.
Projects
None yet
Development

No branches or pull requests

1 participant