You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What about using our own learnt models from problems such as cartpole .... and apply to the initial population for solving another problem?
I think it easy to implement an interface and some heuristic to replicate similar solutions to fill all the pop size.
Sugested Tasks:
Design a new method for that
Develop an heuristic to do some perturbation on a learnt model (e.g. cartpole and others) in order to fill the population of hundreds of initial solutions
Create an experiment on tinymlzoo
The text was updated successfully, but these errors were encountered:
What about using our own learnt models from problems such as cartpole .... and apply to the initial population for solving another problem?
I think it easy to implement an interface and some heuristic to replicate similar solutions to fill all the pop size.
Sugested Tasks:
Design a new method for that
Develop an heuristic to do some perturbation on a learnt model (e.g. cartpole and others) in order to fill the population of hundreds of initial solutions
Create an experiment on tinymlzoo
The text was updated successfully, but these errors were encountered: