An official website of the United States government

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

New Repo: Admiral


Home News

Admiral is a package for developing agent based simulations and training them with multiagent reinforcement learning. A reinforcement learning experiment contains two main components: (1) a simulation environment and (2) learning agents, which contain policies that map observations to actions. These policies may be hard-coded by the researcher or trained by the RL algorithm. In Admiral, these two components are specified in a single Python configuration script. The components can be defined in-script or imported as modules.