Skip to content

ensembleAI-hackathon/tasks-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasks for EnsembleAI Hackathon 2025

This repo consists of codes, which will be helpful for solving tasks during hackathon.

All dependencies shuould be in requirements.txt.

pip install -r requirements.txt

Tasks 1 - 4:

Example codes for submissions for Tasks 1 - 4 can be directly executed, after filling up some places.

Task 5:

Task 5 has an example submission code, but also a script to play a match between 2 bots. To run it, go to the task_5/octospace directory and execute:

python run_match.py <path_to_agent_1> <path_to_agent_2> --render_mode=human

As an example, you can use an empty Agent class in agent.py:

python run_match.py ../agent.py ../agent.py --render_mode=human --turn_on_music=True

Troubleshooting

If you'd notice any strange behavior or error, please contact the Infrastructure Team on Discord or on-site.

About

Repo for example submissions and utility functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages