Skip to content

LuckyGlass/2024-CoRE-hanabi

 
 

Repository files navigation

Intro.

This repo is based on Google Hanabi Learning Env..

Getting started

From Google Hanabi Learning Env.

Install the learning environment:

sudo apt-get install g++            # if you don't already have a CXX compiler
sudo apt-get install python-pip     # if you don't already have pip
pip install git+https://github.com/google-deepmind/hanabi-learning-environment.git

Run the examples:

pip install numpy                   # game_example.py uses numpy
python examples/rl_env_example.py   # Runs RL episodes
python examples/game_example.py     # Plays a game using the lower level interface

The Game Interface (for game repalys only)

Screenshot 2025-01-10 at 20 26 04 Screenshot 2025-01-10 at 20 26 28

About

The course project of PKU Cognitive Reasoning 2024.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 67.7%
  • Python 23.8%
  • JavaScript 4.0%
  • Shell 1.9%
  • CSS 1.7%
  • HTML 0.9%