PokemonRedExperiments
PokemonRedExperiments copied to clipboard
Playing Pokemon Red with Reinforcement Learning
[12 lines of output] + meson setup C:\Users\GodKi\AppData\Local\Temp\pip-install-vs5xhkb0\contourpy_bc92371bcbf348e4868eea0780a6503e C:\Users\GodKi\AppData\Local\Temp\pip-install-vs5xhkb0\contourpy_bc92371bcbf348e4868eea0780a6503e\.mesonpy-7kpfhb6_ -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --vsenv --native-file=C:\Users\GodKi\AppData\Local\Temp\pip-install-vs5xhkb0\contourpy_bc92371bcbf348e4868eea0780a6503e\.mesonpy-7kpfhb6_\meson-python-native-file.ini The Meson build system Version: 1.4.0 Source dir: C:\Users\GodKi\AppData\Local\Temp\pip-install-vs5xhkb0\contourpy_bc92371bcbf348e4868eea0780a6503e Build dir: C:\Users\GodKi\AppData\Local\Temp\pip-install-vs5xhkb0\contourpy_bc92371bcbf348e4868eea0780a6503e\.mesonpy-7kpfhb6_ Build type: native build...
Running experiment on a Mac clang might need to be updated I finally got step three to work for the most part but ran into a couple errors Downloading smmap-5.0.1-py3-none-any.whl...
Hello, I am a factory manager. I became interested after seeing your AI project. Can you use AI training to distinguish good products from defective products? I look forward to...
Bonjour ! First thanks for this amazing piece of work, sincerely. And your Youtube video is compelling and inspiring ! Unfortunately i am not well versed yet in Python or...
I installed python and rebooted. I check to make sure python installed correctly using `python --version` and it said I had version 3.12.0 installed. I ran pip install -r requirements.txt...
You'll need this PR for this to work: https://github.com/prefix-dev/pixi/pull/985
First of all, thank you for sharing this repository it has been a really helpful introduction for me ❤️ Extracted some logic in separate classes: - reward.py: responsible for logic...
Didn't know how else to reach out. @PWhiddy what was your learning path to get to this level of knowledge? Do you have some resources that made this click for...
Hi, Came across the tutorial on youtube and got the program running. How can I change the reward function to give points to number of unique pokemon? The idea is...
# Error Logs ```txt Traceback (most recent call last): File "C:\Users\Lukas\AppData\Local\Programs\Python\Python310\lib\multiprocessing\process.py", line 314, in _bootstrap self.run() File "C:\Users\Lukas\AppData\Local\Programs\Python\Python310\lib\multiprocessing\process.py", line 108, in run self._target(*self._args, **self._kwargs) File "C:\Users\Lukas\AppData\Local\Programs\Python\Python310\lib\site-packages\stable_baselines3\common\vec_env\subproc_vec_env.py", line 35, in _worker...