Skip to content

arxk9/multiagent_tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[PYTORCH] DQN for Multiplayer Tetris

Introduction

Here is Python source code for a DQN implementation of multiagent Tetris.

How to use

Test trained model by running

  • python trained_vs_trained.py --height 30
  • python trained_vs_trained.py --height 20 --width 20

Requirements

  • PIL
  • cv2
  • pytorch
  • numpy
  • matplotlib

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages