Initial draft of may's issue
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline was successful

This commit is contained in:
Cloudyy 2024-05-04 20:10:25 -03:00
parent e3a59e83bd
commit a97d84ac7e
Signed by: cloudyy
GPG key ID: 035104A645BAEADD

View file

@ -0,0 +1,15 @@
---
layout: '../../../layouts/Layout.astro'
date: '2024-05-04T21:31:10.947Z'
title: 'May 2024'
author: 'The exozyme community'
description: 'Description'
---
## April Fools' day puzzle code
@a has released the [source code](https://git.exozy.me/a/blank) for the April Fools puzzle, which is quite interesting and includes some more explanations about the puzzle
## Avoiding Confusion for Smarter Exploration
[In this post](https://www.1a-insec.net/blog/53-explore-efficiently/), @1a describes an algorithm for smarter exploration by picking actions wisely to avoid confusion instead of using the brute force approach.