ShangtongZhang / DeepRL

Modularized Implementation of Deep RL Algorithms in PyTorch
MIT License
3.21k stars 684 forks source link

Add baselines to requirements.txt #94

Closed psurya1994 closed 4 years ago

psurya1994 commented 4 years ago

Can you add the baselines version you're using to requirements.txt too?

ShangtongZhang commented 4 years ago

It can be found in the Dockerfile. Previously I found adding baselines in requirements.txt leads to some problems in docker build so I decided not to do so. Though I'm not sure if the problem remains or not for the current version.