6
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added mdp maze task.
rueckstiess
as Thomas Rueckstiess
More... over 15 years ago
argh More... over 15 years ago
changed pgpe paras More... over 15 years ago
Parameter write access limitation for fast networks (cf. issue #23).
Tom Schaul
as schaul
More... over 15 years ago
Explanatory Exception added for improper use of BackPropTrainer.
Tom Schaul
as schaul
More... over 15 years ago
Some changes to the documentation.
bayerj
as Justin S Bayer
More... over 15 years ago
Added testing for minimize/maximize consistency, and fixed a few related bugs in the same time.
Tom Schaul
as schaul
More... over 15 years ago
Documented most of the utility functions.
Tom Schaul
as schaul
More... over 15 years ago
Added script for thorough testing of optimization algorithms. Some consistency fixes.
Tom Schaul
as schaul
More... over 15 years ago
Streamlined parameter passing for PGPE. Fixed the cart_pgpe example.
Tom Schaul
as schaul
More... over 15 years ago
Moved all files from the rl/tasks folder to their respective subfolders in rl/environments.
Tom Schaul
as schaul
More... over 15 years ago
Git now ignores the temporary files.
Tom Schaul
as Tom Schaul - IDSIA
More... over 15 years ago
Fixing some sphinx documentation issues.
Tom Schaul
as schaul
More... over 15 years ago
Neuro-fitted Q-learning example added.
Tom Schaul
as schaul
More... over 15 years ago
Main Learner class split into its functional components (left-over from restructuring).
Tom Schaul
as schaul
More... over 15 years ago
Consistently renamed SPLA into PGPE
Tom Schaul
as schaul
More... over 15 years ago
Renamed all python files to lower-case filenames.
Tom Schaul
as schaul
More... over 15 years ago
Import path fixes (due to restructuring).
Tom Schaul
as schaul
More... over 15 years ago
Merged and fixed reinforcement learning and blackbox optimization restructuring stuff by Tom Schaul and Thomas Rueckstiess.
Tom Schaul
as Tom Schaul - IDSIA
More... over 15 years ago
Removed arac installation completely from setup.py
bayerj
as Justin S Bayer
More... over 15 years ago
removed unnecessary backward pass from ActionValueNetwork
rueckstiess
as Thomas Rueckstiess
More... over 15 years ago
moved call of newEpisode() for explorers up to the learner base class.
rueckstiess
as Thomas Rueckstiess
More... over 15 years ago
added discrete SDE exploration.
rueckstiess
as Thomas Rueckstiess
More... over 15 years ago
added another task for pole balancing.
rueckstiess
as Thomas Rueckstiess
More... over 15 years ago
Minimize/maximize consistency fixes. All black-box optimizers not maximize by default. Some other minor bugfixes.
Tom Schaul
as schaul
More... over 15 years ago
bug fix for learning agent when using no learner.
rueckstiess
as Thomas Rueckstiess
More... over 15 years ago
Tables inherit from ParameterContainer now, storing their values as self.params. Things like table.mutate() is now possible.
rueckstiess
as Thomas Rueckstiess
More... over 15 years ago
added one-of-n coding tools.
rueckstiess
as Thomas Rueckstiess
More... over 15 years ago
return sensors always as array (not list).
rueckstiess
as Thomas Rueckstiess
More... over 15 years ago
added DiscreteBalanceTask.
rueckstiess
as Thomas Rueckstiess
More... over 15 years ago