1 repository
Adapters that map simulation environments to standard ML API formats like Gym.
Distinct from API Adapters: Focuses on ML-specific interface normalization rather than general web API responses.
Explore 1 awesome GitHub repository matching web development · ML Interface Adapters. Refine with filters or upvote what's useful.
This project is a reinforcement learning toolkit and simulation-based AI trainer for creating intelligent agents within Unity simulations. It provides a multi-agent simulation framework for configuring cooperative or competitive scenarios and includes an environment wrapper that bridges simulations with standard machine learning libraries using gym-style interfaces. The system features a native cross-platform inference engine that executes trained neural network models for real-time decision making without external dependencies. It enables the acceleration of the learning process by running m
Adapts simulated environments into compatible interfaces for common machine learning libraries and gym-style APIs.