Skip to content

yashashwi-s/diambra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIAMBRA Arena Project

This repository contains code and configurations for running a DIAMBRA Arena environment, leveraging Stable-Baselines3 for agent training and evaluation for the game tekken tag tournament.

Installation

To install DIAMBRA Arena along with Stable-Baselines3, use the following command:

pip3 install diambra-arena[stable-baselines3]

For more detailed instructions and documentation, please refer to the official DIAMBRA documentation: docs.diambra.com

Running the Environment

To run the environment, use the following command:

diambra run -r /absolute/path/to/roms/folder/ -l -g --engine.sound python submission.py --cfgFile /path/to/cfg/file --modelPath /path/to/model
  • Replace /absolute/path/to/roms/folder/ with the path to your ROMs folder.
  • Replace /path/to/cfg/file with the path to your configuration file.
  • Replace /path/to/model with the path to your trained model.

Repository Structure

  • submission.py: The main script to run the environment.
  • cfg: Configuration files for the DIAMBRA Arena.
  • models: Pre-trained models or models generated during training.

Acknowledgements


Happy coding! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages