2 repositorios
Renders top-down maps, agent trajectories, and 3D scene views using off-screen rendering and matplotlib integration.
Distinct from Interactive Visualization Rendering: Distinct from Interactive Visualization Rendering: focuses on visualizing agent behavior and simulation state, not general data chart rendering.
Explore 2 awesome GitHub repositories matching data & databases · Agent Behavior Visualizers. Refine with filters or upvote what's useful.
This is a PyTorch reinforcement learning library designed for training agents in simulation environments. It provides a collection of deep reinforcement learning algorithms focusing on policy gradient methods and trust-region optimization. The library implements a suite of policy gradient algorithms, including A2C and PPO, alongside a framework for imitation learning using Generative Adversarial Imitation Learning. It specifically features a scalable implementation of the ACKTR algorithm, utilizing Kronecker-factored approximations to enable efficient trust-region optimization. The codebase
Provides tools for rendering agent trajectories and 3D scene views in notebooks to evaluate learned policies.
Habitat-Lab is an open-source platform for training and evaluating embodied AI agents in photorealistic 3D indoor environments. It functions as a high-performance 3D indoor environment simulator that supports physics-based interaction, enabling research into navigation and manipulation tasks. The platform provides a modular task-environment abstraction that separates task logic from environment simulation, using configuration-driven pipeline assembly to compose simulation and training pipelines. It includes a hierarchical sensor-actuator architecture for mixing and matching perception and act
Renders top-down maps, agent trajectories, and 3D scene views using off-screen rendering and matplotlib integration.