gyx icon indicating copy to clipboard operation
gyx copied to clipboard

Reinforcement Learning environment for Elixir

Results 29 gyx issues
Sort by recently updated
recently updated
newest added

Setting up ApeX should be straightforward See https://github.com/sorentwo/oban

This implementation would handle an enumerable discrete set of observations and actions. Set sizes would be the unique parameter required.

enhancement

This environment is useful for understanding how to solve finite MDP with perfect information using dynamic programming. Solving this environment requires an iterative policy optimization followed directly from Bellman´s expectation...

enhancement
help wanted

An environment render allows seeing the environment representation of its current state. The render can be in the terminal for games like FrozenLake, but atari like environments need a richer...

enhancement
help wanted

Check https://github.com/deepmind/bsuite for the original project. Paper with details: https://arxiv.org/abs/1908.03568

enhancement
help wanted

An environment render allows seeing the environment representation of its current state. The render can be in the terminal for games like FrozenLake, but atari like environments need a richer...

enhancement
help wanted
high priority

See OTP [Agent]([https://elixir-lang.org/getting-started/mix-otp/agent.html]) documentation. Implement [Gyx.Core.ReplayMemory](https://github.com/doctorcorral/gyx/blob/master/lib/core/replay_memory.ex) behaviour.

enhancement
help wanted
good first issue

Usually, actions or environment states are represented as single points in the action and environment state spaces. For full operability between no Elixir components, a serialization method is needed. This...

enhancement
help wanted