-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRequirements.txt
More file actions
58 lines (47 loc) · 1009 Bytes
/
Copy pathRequirements.txt
File metadata and controls
58 lines (47 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Core ML/RL Libraries
torch==2.1.2
torchvision==0.16.2
torchaudio==0.16.2
numpy==1.24.3
scipy==1.11.4
# Environment & Simulation
pybullet==3.2.6
gymnasium==0.29.1
gym==0.26.2
# Utilities
matplotlib==3.8.2
tensorboard==2.15.1
pyyaml==6.0.1
python-dotenv==1.0.0
tqdm==4.66.1
pandas==2.1.3
seaborn==0.13.0
# Visualization & Monitoring
plotly==5.18.0
dash==2.14.2
dash-bootstrap-components==1.5.0
# Code Quality & Testing
pytest==7.4.3
pytest-cov==4.1.0
black==23.12.0
flake8==6.1.0
mypy==1.7.1
# Development
jupyter==1.0.0
jupyterlab==4.0.9
ipython==8.18.1
# Optional: For real robotics integration
# rclpy==0.13.0 # ROS2 Python client
# geometry-msgs==0.0.12 # ROS2 geometry messages
# Optional: For advanced physics simulation
# mujoco==3.0.1
# dm-control==1.0.10
# Logging & Experiment Tracking
wandb==0.16.1
# Image processing (for potential vision-based observations)
pillow==10.1.0
opencv-python==4.8.1.78
# Parallel processing
joblib==1.3.2
# Type checking utilities
typing-extensions==4.8.0