New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

navigation-vis

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

navigation-vis

A lightweight library for visualizing navigation grid world

  • 0.9
  • PyPI
  • Socket score

Maintainers
1

Navigation Grid Visualization

A lightweight Python3 library for visualizing high-dimensional data. It is designed for experimental research on Navigation problems. However, the same APIs could be useful for a variety of applications.

It is built on Matplotlib with the goal provide an easy interface for 2D representation and annotation of high dimensional state spaces.

For instance, using just one line of code, this library could

  • Render n x n state space.
  • Label each state.
  • Enable state/feature level grid.
  • Draw trajectories
  • Visualize features such as one-hot indicator variable, vector, and RGB image.

Installation

To install current release with pip:

pip install navigation-vis

To install from source:

python setup.py install

Usage

If you're curious what it can do, check out some examples on

1. Jupyter Notebook

Raster grid view

2. Google Colab

Open In Colab

3. My Binder

Binder

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc