安裝Atari環(huán)境報(bào)錯(cuò)缺少ale_c.dll

背景:
意思是所顯示路徑下缺少ale_c.dll
處理方法:
方法1(對(duì)我情況無(wú)效,但點(diǎn)贊很多)
首先檢索到了這個(gè)方案(作者@razzzu)
https://github.com/openai/gym/issues/1726
Step1: 卸載相關(guān)庫(kù)
Step2: 安裝 VS build tools工具
Download VS build tools here:?https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16
運(yùn)行后勾選左側(cè)“C++ build tools”以及右側(cè)的
MSVC v142-VS 2019 C++ x64/x86 build tools
windows 10 SDK
C++ CMaKer
Testing tools core features - build tools
Step3: 重啟電腦
Step4: 重新安裝庫(kù)
Step5: 運(yùn)行測(cè)試
and if everything worked then it should return a list of all games as shown below
我在完成上述步驟后發(fā)現(xiàn)還是缺少ale_c.dll,于是打算直接下載一個(gè)ale_c.dll
方法2 (有效)
根據(jù)
Step1: Download ale_c.dll from here(https://drive.google.com/file/d/1WQrEBliYbASwNDyyVIlPFSZHRwAa7sPp/view?usp=sharing).?
Step2: Copy it in C:\Users\Deep Raval\AppData\Local\Programs\Python\Python38\Lib\site-packages\atari_py\ale_interface (Your path can be different).
2021.5.20