Skip to content

Reinforce++: A reinforcement learning library, written in C++

License

Notifications You must be signed in to change notification settings

maxine-red/reinforcepp

Repository files navigation

Reinforcejs: Reinforcement learning for C++

Travis build License

Codacy Badge Codacy Coverage

Github Release Version Github Release Date Github Last Commit

Description

This project is based on reinforcejs and seen as a port to C++, with several code improvements.

It inherits the limitations of the original project.

Planned features:

  • multithreading support
  • automatic use of SIMD commands

Installation

For source code installation:

./configure && make

To install, just run make install

Tests are included under make test and style checks under make check-style

There will might be binaries available, but that will be decided on a later point.

Examples

// No examples ready yet.

Donations

Patreon KoFi

License

GPLv3

Copyright 2019 ©️ Maxine Michalski

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Reinforce++: A reinforcement learning library, written in C++

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published