nicknochnack / StreetFighterRL

41 stars 23 forks source link

Impact of Differences between Training and Testing Environments on AI Performance #3

Open Datou opened 1 year ago

Datou commented 1 year ago

During the training of the game AI, the env was set to VecFrameStack(env, 4, channels_order='last'). However, when calling the trained AI for testing, VecFrameStack was not used. Would the difference between the training and testing environments affect the performance of the AI?

Datou commented 1 year ago

I figured it out, StreetFighter-Test.ipynb is the same environment as the training environment.