Federico Andres Lois

Results 33 issues of Federico Andres Lois

Including CodeGuard in code that uses Code Contracts does not work because post-conditions cannot be checked and requires explicit assumes. Would you accept a PR for this?

With all the data that any benchmark gets as results and the amount of times operations tend to be executed, its not a bad idea to also allow outputting this...

enhancement
up-for-grabs
Area:Exporters
help wanted
good first issue

Many of the operations in the native providers are specified in terms of BLAS/LAPACK. It would make sense for performance purposes to have a Math.Net direct mapping with support. The...

Most high performance using BLAS/LAPACK when ported from other architectures or languages are at disadvantage on MathNet. Dealing with the nuances of which memory layout is selected for the storage...

Pretty useful for large data https://developer.nvidia.com/cufft

The alpha for Tensorflow 2.0 was released yesterday. https://www.youtube.com/watch?v=bDZ2q6OktQI What are the plans to support it?

enhancement
question
priority/p1

Latest code raises the following error. Same code on 12.1 works properly. ``` Original stack trace for 'main_level/agent/main/online/network_0/behavior/behavior': File "C:\Anaconda3\lib\site-packages\rl_coach\graph_managers\graph_manager.py", line 148, in create_graph self.level_managers, self.environments = self._create_graph(task_parameters) File "C:\Anaconda3\lib\site-packages\rl_coach\graph_managers\basic_rl_graph_manager.py",...

bug
wontfix

This extension to DQN and other algorithms looks pretty interesting to smooth out the variance of the Q estimations. From the abstract: > Sample inefficiency is a long-lasting problem in...

I was watching some strange behaviors when evaluating a trained environment. The environment is deterministic and has a 'death switch' whenever a certain amount of actions had happened, and I...