nas-env logo

nas-env

Enrichment pending
gomerudo/nas-env

A simple OpenAI Gym environment for Neural Architecture Search (NAS)

GraphCanon updated today · GitHub synced today

31
Stars
3
Forks
0
Open issues
6
Watchers
6y
Last push
Python MITCreated Mar 25, 2019

Trust & integrity

Full report
Maintenance
Dormant (2259d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Personal account
As of today · Source: github_public_v1
Security (OSV)
No lockfile
As of today · Source: none

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

A simple OpenAI Gym environment for Neural Architecture Search (NAS)

Capability facts

Languages
python

Source: github.language · Jul 11, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Jul 11, 2026)

pip install -e .
Source link

Tags

README

Installation

The recommended way to install the package is in editable mode:

cd ${GIT_STORAGE}/nas-env
git checkout develop
pip install -e .

Future plans

  • Architectural changes to the source code to ease plugging-in the different NAS elements, i.e. the performance estimation strategy and the search space.
  • Generate documentation
  • Publish the package in PiPy.