Skip to content

NeiH4207/castle-invasion-rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ Castle Invasion Reinforcement Learning ✨

Documents link: https://www.fit.uet.vnu.edu.vn/wp-content/uploads/2023/04/De-PROCON_2023.pdf

Install Python Libraries and Packages

pip install -e .

Note: Using virtual environment (conda) is recommended to ensure the packages are installed in the right environment.

Run script using random steps for testing

usage: random_step_test.py [-h] [--render]

options:
  -h, --help  show this help message and exit
  --render    Whether to render the game

Example command for testing game with 10 episodes:

python3 test_game.py --render

sample

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages