will-jac / rl-spades

Reinforcement Learning ML agent to play the card game spades
1 stars 0 forks source link

Test code #1

Open Biao-K opened 2 years ago

Biao-K commented 2 years ago

Is there any test code that can run through?

will-jac commented 2 years ago

In general, I wouldn't recommend using this project for the RL component, as it didn't end up working very well. This project was for a class, and any serious attempt to solve this problem would require a significant refactor (likely doing deep Q learning, instead of our state heuristic).

Running the file rl-spades/gym_spades/envs/spades_env.py should provide a demo.