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)
- Host: GitHub
- URL: https://github.com/augustunderground/circus
- Owner: AugustUnderground
- License: mit
- Created: 2022-05-31T08:10:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T09:45:16.000Z (over 3 years ago)
- Last Synced: 2025-04-15T01:53:34.573Z (about 1 year ago)
- Topics: analog-design, gym, operational-amplifiers, reinforcement-learning
- Language: Python
- Homepage: https://augustunderground.github.io/circus
- Size: 1.03 MB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).