Documentation | Status | Community | License |
---|---|---|---|
ControllerFormats
is a Julia package for working with
various formats for different types of controllers.
Currently the package supports neural-network controllers.
This package requires Julia v1.6 or later. We refer to the official documentation on how to install and run Julia on your system.
Depending on your needs, choose an appropriate command from the following list
and enter it in Julia's REPL.
To activate the pkg
mode, type ]
(and to leave it, type <backspace>
).
pkg> add ControllerFormats
pkg> add ControllerFormats#master
pkg> dev ControllerFormats