Skip to content

Commit 62fd333

Browse files
committed
Fix image urls
1 parent b278fb0 commit 62fd333

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

TwoJoint/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ A gradient descent Sarsa agent that controls a custom two degrees-of-freedom arm
66

77
## The platform
88

9-
<a href="/photos/eagle_small.jpg">
10-
<img src="/photos/eagle_small.jpg?raw=true" width="400px" align="right" vspace="2px">
9+
<a href="photos/eagle_small.jpg">
10+
<img src="photos/eagle_small.jpg?raw=true" width="400px" align="right" vspace="2px">
1111
</a>
1212

1313
The agent gets to control a two degrees-of-freedom arm. The joints have 155 degrees of rotation. The elbow joint controls a rod tipped with an LED which the agent can toggle on and off. A photo resistor on the surface can detect whether the agent is pointing at it.
@@ -22,8 +22,8 @@ To see the details on the implementation and approach, as well as the specificat
2222

2323
## Photos
2424

25-
![](/photos/arm_detail_small.jpg?raw=true)
25+
![](photos/arm_detail_small.jpg?raw=true)
2626

27-
![](/photos/action_detail_small.jpg?raw=true)
27+
![](photos/action_detail_small.jpg?raw=true)
2828

29-
![](/photos/long_shutter_small.jpg?raw=true)
29+
![](photos/long_shutter_small.jpg?raw=true)

0 commit comments

Comments
 (0)