Projects that are tagged with evolution.


Logo Maja Machine Learning Framework 1.0

by jhm - September 13, 2011, 15:13:56 CET [ Project Homepage BibTeX Download ] 39021 views, 9697 downloads, 0 subscriptions

About: The Maja Machine Learning Framework (MMLF) is a general framework for problems in the domain of Reinforcement Learning (RL) written in python. It provides a set of RL related algorithms and a set of benchmark domains. Furthermore it is easily extensible and allows to automate benchmarking of different agents.

Changes:
  • Experiments can now be invoked from the command line
  • Experiments can now be "scripted"
  • MMLF Experimenter contains now basic module for statistical hypothesis testing
  • MMLF Explorer can now visualize the model that has been learned by an agent

Logo JMLR PyBrain 0.3

by bayerj - March 3, 2010, 15:00:08 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 35787 views, 4925 downloads, 0 subscriptions

About: PyBrain is a versatile machine learning library for Python. Its goal is to provide flexible, easy-to-use yet still powerful algorithms for machine learning tasks, including a variety of predefined [...]

Changes:
  • more documentation, including new tutorials
  • new and updated example scripts
  • major restructuring of the reinforcement learning part
  • homogeneous interface for optimization algorithms
  • fast networks (arac) are now in an independent package
  • new algorithms, network structures, tools...