Fernando Ribeiro

Results 11 issues of Fernando Ribeiro

Hi, First congratulations by this project. Would be great a minimal implementation of MuZero algorithm. The paper is here: https://arxiv.org/pdf/1911.08265 The pseudocode is: https://arxiv.org/src/1911.08265v2/anc/pseudocode.py Thanks.

Prezados, Primeiramente parabéns pela iniciativa deste projeto. Estou tendo um problema com o método de pagamento cielo. Quando habilito a opção 'The customer is redirected to the website of the...

./cnode.h:47:42: error: a space is required between consecutive right angle brackets (use '> >') std::vector node_pools;

Using TensorFlow backend. Traceback (most recent call last): File "/Users/fernando/Desenvolvimento/Projetos/alphago/alphago-zero.py", line 3, in import keras File "/Users/fernando/Desenvolvimento/VirtualEnvs/MCTS/lib/python3.6/site-packages/keras/__init__.py", line 3, in from . import utils File "/Users/fernando/Desenvolvimento/VirtualEnvs/MCTS/lib/python3.6/site-packages/keras/utils/__init__.py", line 6, in from...

Hi, Some algorithms uses rgb_array render mode. ` env = gym.make(env_id, render_mode='rgb_array') ` I'm getting error: ` gym_anytrading/envs/trading_env.py", line 29, in __init__ assert render_mode is None or render_mode in self.metadata['render_modes']...

Using the information from https://github.com/imapsync/imapsync/issues/20 This PR add XGWTRUSTEDAPP auth method to use with groupwise The command I have used is: ``` perl imapsync --host1 IP_ADDR1 --port1 993 --ssl1 --nosslcheck...

Hi, Congrats by this muzero implementation. How can I run a gym environment using your code? It's possible? Or need I to convert my environment to be nle compatible? Thanks...

## What? Added minimal support to stochastic muzero by issue #77. ## Why? To be able to train stochastic environments like 2048, poker, ... ## How? Added Afterstate and Encoder...