dujinyu

Results 8 comments of dujinyu

hello, I'am very interested in your contribution. but i met some problems. I have tried your code, but when i try new robot model, such as ur5, it doesn't work....

@sklaw hello, I am confused by the linear-gaussian policy u = K * x + k, if we use iLQR, why not the cotrol u = \bar{u} + k +...

@foolyc have you successfully implemented the exp on humanoid walking based on cbfinn's gps code.

I have many questions to consult you, can you add QQ 1242642280? @wuweijia1994

I have many questions to consult you, can you add QQ 1242642280? @guoyaq

have you implement the gps algorithm? (https://papers.nips.cc/paper/5444-learning-neural-network-policies-with-guided-policy-search-under-unknown-dynamics.pdf)

> Did you get to implementing the algorithm? I can't find it if you did. > I think it would be very useful if you have time. no

@khmariem you could modify the code in `setup.py` like this. ```python with open("nao_rl/settings.py", "a") as myfile: myfile.write("\nVREP_DIR = \"{}\"".format(vrep_dir)) myfile.write("\nCHOREGRAPHE_DIR = \"{}\"".format(chore_dir)) ``` I want to ask you a question....