Skip to content

Commit

Permalink
Update test scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
ShangtongZhang committed Aug 11, 2018
1 parent 88d9d13 commit 6a31686
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ python:
install:
- pip install -r requirements.txt
script:
- ls chapter*/*.py | xargs -n 1 -P 1 python
- ls chapter*/*.py | xargs -n 1 -P 1 python -m py_compile
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ Python code for Sutton & Barto's book [*Reinforcement Learning: An Introduction
# Contents

> Click to view the sample output
### Chapter 1
1. Tic-Tac-Toe

Expand Down Expand Up @@ -105,11 +103,4 @@ If you want to contribute some missing examples or fix some bugs, feel free to o

Following are missing figures/examples:

* Example 3.4: Pole-Balancing
* Example 3.6: Draw Poker
* Example 5.2: Soap Bubble
* Example 8.5: Rod Maneuvering
* Figure 12.14: The effect of λ
* Chapter 14 & 15 are about psychology and neuroscience
* Chapter 16: Backgammon, The Acrobot, Go

0 comments on commit 6a31686

Please sign in to comment.