You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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