New Horde API

14 views
Skip to first unread message

Thomas Degris

unread,
Dec 13, 2012, 10:21:50 AM12/13/12
to github...@googlegroups.com
Hello,

following Adam's comments on the current Horde API, I have updated RLPark. Horde is now composed of:
- beforeFunctions: a list of HordeUpdatable functions updated before the demons (recommended for gamma functions and reward functions)
- demons: a list of demons
- afterFunctions: a list of HordeUpdatable functions updated after the demons (recommended for policies)

The following update ordering is thus guaranteed:
1. beforeFunctions
2. demons
3. afterFunctions
Note that the ordering is not guaranteed within a list.

Examples of this new API are available in the following examples:
rlpark.plugin.rltoys.junit.demons.HordeSchedulerTest
rlpark.example.irobot.surprise.CreateSurprise

Thomas
Reply all
Reply to author
Forward
0 new messages