marcino239 / pilco

Using Pilco algorithm to find a controller for few robotic problems
GNU General Public License v2.0
45 stars 18 forks source link

Optimizer failed: Desired error not necessarily achieved due to precision loss. #2

Open kkkmmm2017 opened 6 years ago

kkkmmm2017 commented 6 years ago

Optimizer failed: Desired error not necessarily achieved due to precision loss.

iljastas commented 5 years ago

same problem here. is the example working? does it make sense to understand the implementation and build up the own problem on this workspace?

marcino239 commented 5 years ago

Yes, I would suggest to go to the original paper for understanding how the algorithm works.

On Sun, May 26, 2019, 2:57 AM Ilja Stasewitsch notifications@github.com wrote:

same problem here. is the example working? does it make sense to understand the implementation and build up the own problem on this workspace?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/marcino239/pilco/issues/2?email_source=notifications&email_token=ABN5C6Z4O3CG3NPIITJP6QLPXIYFVA5CNFSM4EG5XPV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWH7UKA#issuecomment-495974952, or mute the thread https://github.com/notifications/unsubscribe-auth/ABN5C6ZJZXHRHBD2XAG55MTPXIYFVANCNFSM4EG5XPVQ .

shivakumar-tekumatla commented 1 year ago

Change the optimizer type to 'Nelder-Mead' from 'bgf'. It should work.