You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

gridsim

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gridsim

Simple grid-based robot simulator

0.4
pipPyPI
Maintainers
1

Gridsim

.. image:: https://travis-ci.com/jtebert/gridsim.svg?branch=master :target: https://travis-ci.com/jtebert/gridsim :alt: Build Status

.. image:: https://readthedocs.org/projects/gridsim/badge/?version=latest :target: https://gridsim.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

.. image:: https://img.shields.io/github/v/release/jtebert/gridsim?include_prereleases&sort=semver :target: https://github.com/jtebert/gridsim/releases :alt: Latest GitHub Release (including pre-releases)

.. .. include:: docs/description.rst

Gridsim is a Python 3 library for simulating robots in a grid-based world. It has a simple, well-documented API, making it easy to implement your own algorithms with minimal overhead.

Key features include:

  • Viewer for debugging and visualizing your simulations
  • Built-in data logging to HDF5 files
  • Support for YAML configuration files
  • Extendable robot classes to avoid repeating your code
  • Comprehensive documentation and examples

Quick Install

.. code-block:: console

$ pip install gridsim

For more information and instructions, check out the documentation <https://gridsim.readthedocs.io/en/latest/>_.

Documentation: Read the Docs <https://gridsim.readthedocs.io/en/latest/>_

PyPi: gridsim <https://pypi.org/project/gridsim/>_

Contact

If you have questions, or if you've done something interesting with this package, send me an email: julia@juliaebert.com <mailto:julia@juliaebert.com>_.

If you find a problem or want something added to the library, open an issue on Github <https://github.com/jtebert/gridsim/issues>_.

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