Update app.py
Browse files
app.py
CHANGED
@@ -18,34 +18,34 @@ with col1:
|
|
18 |
st.markdown("## **Autonomous agents interacting** :robot_face: :robot_face:**")
|
19 |
st.markdown("### **Key Aspects** :bulb:")
|
20 |
st.markdown("""
|
21 |
-
1. **Interaction Protocol** π€
|
22 |
-
- Define rules for communication and cooperation
|
23 |
-
2. **Decentralized Decision Making** π―
|
24 |
-
- Autonomous agents make independent decisions
|
25 |
-
3. **Collaboration and Competition** π€Ό
|
26 |
-
- Agents work together or against each other
|
27 |
""")
|
28 |
|
29 |
with col2:
|
30 |
-
st.markdown("### **Entities**
|
31 |
st.markdown("""
|
32 |
-
1. **Autonomous Agents** π€
|
33 |
-
- Independent entities with decision-making capabilities
|
34 |
-
2. **Environment** π
|
35 |
-
- Shared space where agents interact
|
36 |
-
3. **Ruleset** π
|
37 |
-
- Defines interaction protocol and decision-making processes
|
38 |
""")
|
39 |
|
40 |
st.markdown("---")
|
41 |
|
42 |
st.markdown("## **Interaction Protocol** π€ :bulb:**")
|
43 |
-
st.markdown("### **Key Elements**
|
44 |
st.markdown("""
|
45 |
-
1. **Communication** π£
|
46 |
-
- Agents exchange information
|
47 |
-
2. **Cooperation** π€
|
48 |
-
- Agents work together to achieve common goals
|
49 |
""")
|
50 |
|
51 |
st.markdown("---")
|
|
|
18 |
st.markdown("## **Autonomous agents interacting** :robot_face: :robot_face:**")
|
19 |
st.markdown("### **Key Aspects** :bulb:")
|
20 |
st.markdown("""
|
21 |
+
1. **Interaction Protocol** π€
|
22 |
+
- Define rules for communication and cooperation
|
23 |
+
2. **Decentralized Decision Making** π―
|
24 |
+
- Autonomous agents make independent decisions
|
25 |
+
3. **Collaboration and Competition** π€Ό
|
26 |
+
- Agents work together or against each other
|
27 |
""")
|
28 |
|
29 |
with col2:
|
30 |
+
st.markdown("### **Entities**")
|
31 |
st.markdown("""
|
32 |
+
1. **Autonomous Agents** π€
|
33 |
+
- Independent entities with decision-making capabilities
|
34 |
+
2. **Environment** π
|
35 |
+
- Shared space where agents interact
|
36 |
+
3. **Ruleset** π
|
37 |
+
- Defines interaction protocol and decision-making processes
|
38 |
""")
|
39 |
|
40 |
st.markdown("---")
|
41 |
|
42 |
st.markdown("## **Interaction Protocol** π€ :bulb:**")
|
43 |
+
st.markdown("### **Key Elements**")
|
44 |
st.markdown("""
|
45 |
+
1. **Communication** π£
|
46 |
+
- Agents exchange information
|
47 |
+
2. **Cooperation** π€
|
48 |
+
- Agents work together to achieve common goals
|
49 |
""")
|
50 |
|
51 |
st.markdown("---")
|