Eduardo Pignatelli

Results 41 issues of Eduardo Pignatelli

```python import jax.numpy as jnp import navix as nx import matplotlib.pyplot as plt grid = jnp.zeros((1, 1, 32, 32, 3), dtype=jnp.uint8) goal = nx.entities.Goal.create(position=jnp.asarray((0, 0)), probability=jnp.asarray(1.0)) player = nx.entities.Player.create(position=jnp.asarray((0, 0)))...

Hi there, the PR adds [NAVIX](https://github.com/epignatelli/navix) to the list of new libraries

### System information - `Ubuntu 18.04.6 LTS` - Flax, jax, jaxlib versions (obtain with `pip show flax jax jaxlib`: ``` Name: jax Version: 0.3.25 --- Name: jaxlib Version: 0.3.25+cuda11.cudnn805 ---...

Version is currently uploaded manually before merging to `main`. It would be convenient to update that automatically at every pull to main. Notice that you need to pull again the...

For clarity and to minimise entropy, entities should not implement `@property`, but full members. For example: ```python class Foo(Entity): walkable: Array = jnp.asarray(False) ``` While this can be problematic for...

Following https://github.com/BHoM/BHoM_Engine/issues/960#issuecomment-493982323, and the recent formalisation of physical and analytical objects. The idea is to have two levels of resolution for Geometry display: physical and analytical. e.g. when displaying a...

priority:standard
type:feature

### System OS MacOS ### Python Version 3.12 (CPython) ### Install Source pip / PyPi ### Install version / commit hash v4.2.10 ### Expected Behavior vs Actual Behavior The current...

Bug

## Description This PR does two things: 1. It improves the score filtering algorithm to identify the best candidates for a track. In particular: a. It removes the duration test....

Audio Matching