rlcode / reinforcement-learning-kr

[파이썬과 케라스로 배우는 강화학습] 예제
MIT License
371 stars 228 forks source link

requirement.txt modified for reliability #39

Open keep9oing opened 4 years ago

keep9oing commented 4 years ago

tensorflow2.0 is installed by requirement.txt

keon commented 4 years ago

@keep9oing Thanks for the contribution! Have you checked if the code runs with the dependency updates?

keep9oing commented 4 years ago

@keon Yes I did. Since pandas 1.0.0 is released and tensorflow 2.0 is released, the requirement.txt need to be modified. I just fixed all of version but I didn't checked every dependencies affect to run the projects. Especially, Keras and tensorflow versioin should be fixed.