scoleri-mr / computational_intelligence_2022_301841

Exercises and projects for the Computational Intelligence course @PoliTO 2022-2023
0 stars 0 forks source link

Lab3 - Peer review #3

Open gabbiurlaro opened 1 year ago

gabbiurlaro commented 1 year ago

Nothing to say about the hardcoded rules and evoved one.

I appreciate the minmax implementation.

The reinforcement learning strategy is well written(I like a lot the generation at runtime of the possible states instead of complete enumeration), but probably, only encoding the state doesn't give good result. I made the same mistake, but later, moving to a score associated to the pair (state, action) i was able to achieve good result.

It was a good idea also to make some hyperparameter tuning, showing the analysis you have made.

scoleri-mr commented 1 year ago

Thanks a lot! Adding the pair (state,action) is next on my to-do list.