Skip to content

Commit

Permalink
read
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilija Vukotic committed Aug 13, 2020
1 parent 55af2db commit 262ef19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ It is a parque file (.pa) with one dataframe:

## Rewards
* always negative and correspond to cost to get the file - if it was cached it will be smaller
(Currently it gives positive for good guess and negative for mistakes. cost = 1 * filesize)
* files are cached irrespectively from what action actor performed for the file
* cleanup: environment memorizes actions. on cleanup it first deletes files judged not to be needed again (action 0 in discrete environments or smaller values in continues environment). If multiple files have the same action value, LRU one is removed first.

Expand Down

0 comments on commit 262ef19

Please sign in to comment.