Skip to content

JuliaReach/ControllerFormats.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ControllerFormats.jl

Documentation Status Community License
docs-dev CI codecov PkgEval aqua zulip JuliaHub license

ControllerFormats is a Julia package for working with various formats for different types of controllers. Currently the package supports neural-network controllers.

Installing

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

Install the latest development version

pkg> add ControllerFormats#master
pkg> dev ControllerFormats