An open API service indexing awesome lists of open source software.

https://github.com/augustunderground/circus

Analog CIrcuit Sizing Gym Environment (GACE 2.0)
https://github.com/augustunderground/circus

analog-design gym operational-amplifiers reinforcement-learning

Last synced: about 1 year ago
JSON representation

Analog CIrcuit Sizing Gym Environment (GACE 2.0)

Awesome Lists containing this project

README

          

# circus

See the [documentaiton](https://augustunderground.github.io/circus) for more
details and
[installation instructions](https://augustunderground.github.io/circus/install.html).

## Installation

```bash
$ pip install git+https://github.com/augustunderground/circus.git
```

Or clone and install a local copy

```bash
$ git clone https://github.com/augustunderground/circus.git
$ pip install .
```

## Demonsrtraion / Baseline

For a demonstation / Baseline Implementation, see
[circus-solver](https://github.com/MichaelEssich/circus-solver).