-
Notifications
You must be signed in to change notification settings - Fork 30
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
learning without demo #5
Comments
Hello @watashihageteru this work is based on developing learning algorithms that can leverage the information from demonstrations to speed up the learning process. However if you wish to train your algorithm without the demonstration data you can try to put "num_demonstrations = 0", but I think there are some parts of the code that have to be commented out still. |
Can you send your files with demonstrations? And please explain how to debug this: File "/home/khurram/DL_skoltech/Research_hand/HER_overcoming_exploration/experiment/ddpg.py", line 155, in initDemoBuffer |
Hello @KhurramPirov I have sent the demo file to your email. |
You need |
Hello @jangirrishabh @KhurramPirov , can you share the demo file ?. Thank you. |
Hello @jangirrishabh @KhurramPirov , can you share the demo file ? Thank you |
1 similar comment
Hello @jangirrishabh @KhurramPirov , can you share the demo file ? Thank you |
Hello, you can generate the demo file by running the python script located in data_generation/fetch_data_generation.py Check out the file contents for more information, hope it helps |
Oh,I have find it, thanks a lot |
@jnyanghit Hello! I am a chinese graduate student and reproducing the experiment's results. I want to communicate with you about it. Sorry for any interruption. |
Hello @jangirrishabh @KhurramPirov , thanks for sharing the demo file. I need it urgently, please. |
@jangirrishabh Hello, how to get the demos of the GazeboWAMemptyEnv-v1 |
@KhurramPirov @chaiban @jnyanghit Excuse me, how to deal with the env of GazeboWAMemptyEnv-v1? For example, how to get the demo of the env or how to import the env? |
how to learn without demonstration?
The text was updated successfully, but these errors were encountered: