-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
48 lines (45 loc) · 1.23 KB
/
_config.yml
File metadata and controls
48 lines (45 loc) · 1.23 KB
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
title: BoxingBytes
remote_theme: pages-themes/cayman@v0.2.0
description: |
I'm a student working on reinforcement learning and
multi-agent systems. My research explores the emergence of cooperation and intelligence in simulated societies. Ultimately, my goal is to understand how collective intelligence arises from individuals, and how these insights can guide real-world systems.
url: "https://BoxingBytes.github.io"
baseurl: ""
author: "Aguirre Max"
google_analytics: G-1X549WT3V1
plugins:
- jekyll-feed
- jekyll-remote-theme
- jekyll-seo-tag
- jekyll-sitemap
collections:
projects:
output: true
permalink: /projects/:path/
publications:
output: true
permalink: /publications/:path/
highlights:
output: true
permalink: /highlights/:path/
defaults:
- scope:
path: ""
type: "projects"
values:
layout: "project"
- scope:
path: ""
type: "publications"
values:
layout: "publication"
- scope:
path: ""
type: "highlights"
values:
layout: "highlight"
repository: BoxingBytes/BoxingBytes.github.io
github:
repository_url: https://github.com/BoxingBytes/BoxingBytes.github.io
repository_name: BoxingBytes.github.io
owner_name: BoxingBytes