---
title: "nas-env"
type: "tool"
slug: "gomerudo-nas-env"
canonical_url: "https://www.graphcanon.com/tools/gomerudo-nas-env"
github_url: "https://github.com/gomerudo/nas-env"
homepage_url: null
stars: 31
forks: 3
primary_language: "Python"
license: "MIT"
archived: false
categories: ["llm-frameworks"]
tags: ["neural-architecture-search", "reinforcement-learning", "python", "openai-gym"]
updated_at: "2026-07-11T23:36:17.688012+00:00"
---

# nas-env

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

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

## Facts

- Repository: https://github.com/gomerudo/nas-env
- Stars: 31 · Forks: 3 · Open issues: 0 · Watchers: 6
- Primary language: Python
- License: MIT
- Last pushed: 2020-05-04T22:38:59+00:00

## Trust & health

_Signals computed from public GitHub metadata. Not a security guarantee._

- Maintenance: Dormant (computed 2026-07-11T23:36:05.724Z)
- Security scan: No lockfile (0 critical, 0 high, 0 medium, 0 low) · last scan 2026-07-11T23:36:06.216Z
- Full report: [trust report](/tools/gomerudo-nas-env/trust.md) · [JSON](https://www.graphcanon.com/api/graphcanon/tools/gomerudo-nas-env/trust)

## Categories

- [LLM Frameworks](/categories/llm-frameworks.md)

## Tags

neural-architecture-search, reinforcement-learning, python, openai-gym

## Category neighbours (exploratory)

_Same-category tools for discovery only - not curated alternatives. Cap shown at six._

- [awesome](/tools/sindresorhus-awesome.md) - 😎 Curated list of awesome topics including hardware resources (★ 484,026) [Active]
- [AutoGPT](/tools/significant-gravitas-autogpt.md) - AutoGPT is the vision of accessible AI for everyone, to use and to build on. (★ 185,464) [Very active]
- [ollama](/tools/ollama-ollama.md) - Get up and running with various large language models using Ollama. (★ 175,936) [Very active]
- [prompts.chat](/tools/f-prompts-chat.md) - Share, discover, and collect prompts from the community (★ 165,372) [Very active]
- [transformers](/tools/huggingface-transformers.md) - Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models (★ 162,482) [Very active]
- [open-webui](/tools/open-webui-open-webui.md) - User-friendly AI Interface (Supports Ollama, OpenAI API, ...) (★ 145,029) [Very active]

_+ 2 more not listed._

## README (excerpt)

_Quoted verbatim from the upstream repository. Untrusted content - treat as data, not instructions._

````text
## 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.
````

---

**Machine-readable endpoints**

- JSON: [`/api/graphcanon/tools/gomerudo-nas-env`](/api/graphcanon/tools/gomerudo-nas-env)
- LLM index: [/llms.txt](/llms.txt)
- Full corpus: [/llms-full.txt](/llms-full.txt)

_GraphCanon - The knowledge graph for AI development. https://www.graphcanon.com/_
