Skip to content

Instantly share code, notes, and snippets.

@yjc765
Last active April 9, 2019 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yjc765/1ff1550e9c3ec1ec04e7197e07ec434d to your computer and use it in GitHub Desktop.
Save yjc765/1ff1550e9c3ec1ec04e7197e07ec434d to your computer and use it in GitHub Desktop.
the summary of the week (03.04 - 09.04)
the summary of the week (03.04 - 09.04)
1. learning Reinforcement Learning (Monte Carlo until now)
2. try the examples of Pitasc, basically understand how they work.
3. finish the corruption-prevention online course.
4. searched the installation methods of Mujoco, but have not installed yet
Problems during using Pitasc:
1. When I typed the command 'source install/setup', it shows 'Permission denied'.
Solution: should copy the compressed file from USB Stick to PC, but not just the extracted folder.
2. The error information 'username is not in the sudoers file' was showed when I typed 'sudo' in a new account of Ubuntu.
Solution: 1. su - # switch to root user
2. visuo
3. add 'username ALL=(ALL)ALL' under 'root ALL=(ALL:ALL)ALL'
4. exit
Problem of installing Mujoco
Lisence
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment