Ubuntu xenial or bionic LTS with swig installed.
cmake .
make
sudo make install
sudo ./setup.py install
https://pypi.org/project/feedforward_closedloop_learning/
These are in tests_c and tests_py to demonstrate both the C++ API and the python
API.
The following demos are in a separate repository:
- A classic line follower demo and
- our vizdoom demo where our FCL agent fights against another automated agent
https://github.com/glasgowneuro/fcl_demos
Run doxygen to generate the reference documentation for all classes:
make docs
This will be written to the docs subdirectory in HTML, RTF and LaTeX.
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
(C) 2017,2018, Bernd Porr <bernd@glasgowneuro.tech>
(C) 2017,2018, Paul Miller <paul@glasgowneuro.tech>