Giter VIP home page Giter VIP logo

Comments (2)

Scitator avatar Scitator commented on May 28, 2024

Hello, @wassname !
First, thanks for your contribution.

So, as you ask, pip_freeze_requirements.txt:

bleach==1.5.0
certifi==2017.7.27.1
cffi==1.10.0
chardet==3.0.4
decorator==4.1.2
future==0.16.0
gym==0.9.4
html5lib==0.9999999
idna==2.6
ipython==6.1.0
ipython-genutils==0.2.0
jedi==0.10.2
Markdown==2.6.9
numpy==1.13.3
olefile==0.44
opensim==4.0
osim-rl==1.5.1
pexpect==4.2.1
pickleshare==0.7.4
Pillow==4.2.1
prompt-toolkit==1.0.15
protobuf==3.4.0
ptyprocess==0.5.2
pycparser==2.18
pyglet==1.3.0
Pygments==2.2.0
redis==2.10.6
requests==2.18.4
scipy==1.0.0
simplegeneric==0.8.1
six==1.11.0
tensorflow==1.3.0
tensorflow-tensorboard==0.1.8
timeout-decorator==0.4.0
torch==0.2.0.post4
torchvision==0.1.9
traitlets==4.3.2
urllib3==1.22
wcwidth==0.1.7
Werkzeug==0.12.2

and conda_freeze_requirements.txt:

# packages in environment at /home/scitator/anaconda3/envs/opensim-rl:
#
anaconda                  custom           py35h104c396_0  
bleach                    1.5.0                     <pip>
ca-certificates           2017.08.26           h1d4fec5_0  
certifi                   2017.7.27.1      py35h19f42a1_0  
cffi                      1.10.0           py35h796c292_1  
chardet                   3.0.4                     <pip>
curl                      7.55.1               hcb0b314_2  
decorator                 4.1.2            py35h3a268aa_0  
expat                     2.2.4                h6ea4f2b_2  
freeglut                  3.0.0                         4    kidzik
freetype                  2.8                  h52ed37b_0  
future                    0.16.0                    <pip>
git                       2.14.2                        1    conda-forge
gym                       0.9.4                     <pip>
html5lib                  0.9999999                 <pip>
idna                      2.6                       <pip>
intel-openmp              2018.0.0             h15fc484_7  
ipython                   6.1.0            py35h1b71439_1  
ipython_genutils          0.2.0            py35hc9e07d0_0  
jedi                      0.10.2           py35hc33c70f_0  
jpeg                      9b                   h024ee3a_2  
lapack                    3.6.1                         1    conda-forge
libffi                    3.2.1                hd88cf55_4  
libgcc                    7.2.0                h69d50b8_2  
libgcc-ng                 7.2.0                h7cc24e2_2  
libgfortran               3.0.0                         1  
libiconv                  1.14                          4    conda-forge
libpng                    1.6.32               hda9c8bc_2  
libssh2                   1.8.0                h8c220ad_2  
libstdcxx-ng              7.2.0                h7a57d05_2  
libtiff                   4.0.8                h90200ff_9  
Markdown                  2.6.9                     <pip>
mkl                       2018.0.0             hb491cac_4  
numpy                     1.13.3           py35hd829ed6_0  
numpy                     1.13.3                    <pip>
olefile                   0.44             py35h2c86149_0  
openblas                  0.2.19                        0    kidzik
opensim                   4.0.0                        15    kidzik
openssl                   1.0.2m               h8cfc7e7_0  
osim-rl                   1.5.1                     <pip>
perl                      5.26.0               hae598fd_0  
pexpect                   4.2.1            py35h8b56cb4_0  
pickleshare               0.7.4            py35hd57304d_0  
pillow                    4.2.1            py35h03abc04_0  
pip                       9.0.1            py35h7e7da9d_4  
prompt_toolkit            1.0.15           py35hc09de7a_0  
protobuf                  3.4.0                     <pip>
ptyprocess                0.5.2            py35h38ce0a3_0  
pycparser                 2.18             py35h61b3040_1  
pyglet                    1.3.0                     <pip>
pygments                  2.2.0            py35h0f41973_0  
python                    3.5.2                         0  
pytorch                   0.2.0           py35h01b9ba7_4cu75    soumith
readline                  6.2                           2  
redis                     2.10.6                    <pip>
requests                  2.18.4                    <pip>
scipy                     1.0.0                     <pip>
setuptools                36.5.0           py35ha8c1747_0  
simplegeneric             0.8.1            py35h2ec4104_0  
six                       1.11.0           py35h423b573_1  
sqlite                    3.13.0                        0  
tensorflow                1.3.0                     <pip>
tensorflow-tensorboard    0.1.8                     <pip>
timeout-decorator         0.4.0                     <pip>
tk                        8.5.18                        0  
torchvision               0.1.9            py35h72e4c6f_1    soumith
traitlets                 4.3.2            py35ha522a97_0  
urllib3                   1.22                      <pip>
wcwidth                   0.1.7            py35hcd08066_0  
Werkzeug                  0.12.2                    <pip>
wheel                     0.29.0           py35h601ca99_1  
xz                        5.2.3                h55aa19d_2  
zlib                      1.2.11               ha838bed_2  

But, the main are:

tensorflow==1.3.0
tensorflow-tensorboard==0.1.8
torch==0.2.0.post4
torchvision==0.1.9
osim-rl==1.5.1

About OpenSim package:
For competition we use our speed up environment - https://github.com/Scitator/opensim-core
Nevertheless, all code should also work with it master one - https://github.com/opensim-org/opensim-core

If you have any questions - your are welcome.

from run-skeleton-run.

wassname avatar wassname commented on May 28, 2024

Thanks heaps!

from run-skeleton-run.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.