Commit d9ba300
committed
feat(project): Initialize UR16e pick and place project
This is the initial commit for the UR16e pick and place project using Unity ML-Agents.
This project is built upon a clone of the standard Unity ML-Agents repository and introduces a specific implementation for training a UR16e robotic arm.
Key additions in this commit:
- UR16Agent: A new ML-Agent script (`UR16Agent.cs`) designed for the pick and place task. It defines the agent's observations, actions, and reward structure.
- Unity Scene: The `UR16 agents.unity` scene, which contains the robot, target objects, and environment setup for training.
- Documentation: Multilingual README files (`README.md` for English, `README.ko.md` for Korean) explaining the project's purpose, structure, and how to run it.1 parent a277771 commit d9ba300
File tree
140 files changed
+123590
-81
lines changed- Project
- Assets
- IK_toolkit
- Models
- Prefabs
- Scripts
- ML-Agents
- Examples
- 3DBall/TFModels
- PushBlockWithInput/Scripts
- Timers
- TextMesh Pro
- Fonts
- Resources
- Fonts & Materials
- Sprite Assets
- Style Sheets
- Shaders
- Sprites
- Packages
- ProjectSettings
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
140 files changed
+123590
-81
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 | | |
2 | | - | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
6 | 12 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
12 | 28 | | |
13 | | - | |
14 | | - | |
| 29 | + | |
| 30 | + | |
15 | 31 | | |
16 | | - | |
17 | | - | |
| 32 | + | |
| 33 | + | |
18 | 34 | | |
19 | 35 | | |
20 | | - | |
21 | | - | |
| 36 | + | |
| 37 | + | |
22 | 38 | | |
23 | 39 | | |
24 | 40 | | |
| |||
30 | 46 | | |
31 | 47 | | |
32 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
33 | 52 | | |
34 | 53 | | |
35 | 54 | | |
| 55 | + | |
| 56 | + | |
36 | 57 | | |
37 | | - | |
38 | | - | |
| 58 | + | |
| 59 | + | |
39 | 60 | | |
40 | 61 | | |
41 | 62 | | |
| 63 | + | |
42 | 64 | | |
43 | 65 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 66 | | |
48 | | - | |
49 | | - | |
| 67 | + | |
| 68 | + | |
50 | 69 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 70 | + | |
| 71 | + | |
66 | 72 | | |
67 | | - | |
68 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
69 | 76 | | |
70 | | - | |
| 77 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments