8000 Tags · mekruthi/BBRL · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mekruthi/BBRL

Tags

2.0

Toggle 2.0's commit message
Updated 'README.md' file.

1.5

Toggle 1.5's commit message
Merge branch 'master' of https://github.com/mcastron/BBRL

1.4

Toggle 1.4's commit message
- Added Lua scripts.

1.3.2

Toggle 1.3.2's commit message
Update README.md

1.3.1

Toggle 1.3.1's commit message
Update README.md

1.3

Toggle 1.3's commit message
Update README.md

1.2.3

Toggle 1.2.3's commit message
Update of 'README.md'

1.2.2

Toggle 1.2.2's commit message
Update README.md

1.2.1

Toggle 1.2.1's commit message
Suppression of 'manual' (depreciated & useless).

1.2

Toggle 1.2's commit message
TinyBRL 1.1

     - Remove 'counters' parameter for:
          EGreedyAgentFactory/SoftMaxAgentFactory/VDBEEGreedyAgentFactory.
       Those AgentFactory uses the mean model of the distribution used to
       initialize them instead of generating it through counters.
     - Add 'Formula' package. Provide management of formulas, obtained by
       combining operators, variables and constants (see 'Formula.h' for more
       details).
     - Complete header description for pointer management
       (if an object is passed by pointer, the destructor description will
       state if this object will be released in the process).
     - Modfied how the time is rendered in latex tables generated by
       'TinyBRL-export' (the time is rounded to make reading easier).
     - FormulaAgent added (only support formulas using 3 variables).
     - Add a new mode to 'TinyBRL-DDS' (--formula_set_generation).
       Used to generate a set of formulas (e.g. for FormulaAgent).
     - OPPS-DS modified to identify the best agent in a discrete set of
       FormulaAgent (defined through a set of formulas using 3 variables).
0