Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
banma12956 committed Jul 25, 2019
1 parent e4eb26a commit 4015347
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rlschool/liftsim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ reset(self)和step(self, action)返回一个namedtuple,MansionState。

公式:

$$- (time\_consume + 0.01 * energy\_consume + 100 * given\_up\_persons) * 1.0e-4$$
```python
- (time_consume + 0.01 * energy_consume + 100 * given\_up\_persons) * 1e-4
```

计算28800 steps,即模拟环境内四小时之后的总得分。

Expand Down
Binary file modified rlschool/liftsim/demo_image.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4015347

Please sign in to comment.