/kessia

http://www.kessia.kr/main/main.php

Primary LanguageC

kessia

http://www.kessia.kr/main/main.php

github

echo "# kessia" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/oms1226/kessia.git
git push -u origin master
C:\workspaces\kessia>git add . && git commit -m "patch" && git push -u origin master

google docs

https://docs.google.com/spreadsheets/d/1CyQ1P1FyKV4gg8ImtPAquqUGMd3hwv9TW-JZ5rE034s/edit#gid=0

trouble shooting

C:\workspaces\kessia\q-learning\gym>git add .
fatal: in unpopulated submodule 'q-learning/gym'

C:\workspaces\kessia\q-learning\gym>git rm --cached .
rm 'q-learning/gym'

oms1226 history

20180510: open-ai gym is added!

git clone https://github.com/openai/gym
git clone https://github.com/modulabs/RL4RWS.git