Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
rename chapter 10 and increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
keon committed Sep 2, 2019
1 parent f565cc9 commit fd2c2a9
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:
# - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
script:
- python compile_notebooks.py
- travis_wait 30 pytest .
- travis_wait 120 pytest .
# Check python install package
# - pip install -e .
# - tox -e $TOX_ENV
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
* [프로젝트 1] [GAN으로 새로운 패션아이템 생성하기](09-경쟁을_통해_학습하는_GAN/01-gan.ipynb)
* [프로젝트 2] [Conditional GAN으로 생성 컨트롤하기](09-경쟁을_통해_학습하는_GAN/02-conditional-gan.ipynb)
* 더 보기
10. [주어진 환경과 상호작용을 통해 성장하는 DQN](10-주어진_환경과_상호작용을_통해_성장하는_DQN) - 간단한 게임환경 안에서 스스로 성장하는 DQN 에이전트를 만들어봅니다.
10. [주어진 환경과 상호작용하며 성장하는 DQN](10-주어진_환경과_상호작용하며_성장하는_DQN) - 간단한 게임환경 안에서 스스로 성장하는 DQN 에이전트를 만들어봅니다.
* [개념] 강화학습과 DQN기초
* [] OpenAI Gym
* [프로젝트 1] [카트폴 게임 마스터하기](10-주어진_환경과_상호작용을_통해_학습하는_DQN/01-cartpole-dqn.ipynb)
Expand Down

0 comments on commit fd2c2a9

Please sign in to comment.