Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nissymori committed Apr 9, 2024
1 parent a8ab6c7 commit 2db0999
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions assets/json/resume.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,13 @@
"courses": ["Complexity Science"]
}
],
"publications": [
],
"publications": [],
"skills": [
{
"name": "Programming",
"level": "Master",
"icon": "fa-solid fa-hashtag",
"keywords": [
"Python",
"JAX",
"PyTorch"
]
"keywords": ["Python", "JAX", "PyTorch"]
}
],
"languages": [
Expand All @@ -82,21 +77,12 @@
{
"name": "Reinforcement Learning",
"icon": "fa-solid fa-tag",
"keywords": [
"Generalization in RL",
"Statistical RL",
"Weakly Supervised RL"
]
"keywords": ["Generalization in RL", "Statistical RL", "Weakly Supervised RL", "Model-based RL"]
},
{
"name": "Game AI",
"icon": "fa-solid fa-tag",
"keywords": [
"AlphaZero",
"Monte Carlo Tree Search",
"Game Theory",
"Mahjong AI"
]
"keywords": ["AlphaZero", "Monte Carlo Tree Search", "Game Theory", "Mahjong AI"]
}
]
}

0 comments on commit 2db0999

Please sign in to comment.