-
Where can I find the implementation details that differentiate the PPO2 algorithm from the original version reported in Proximal Policy Optimization Algorithms by Schulman?
-
Greetings,
I'm just wondering if you have thought about submitting the two algorithms as optimization methods for scipy? Those would make a great addition.
-
The following was an email sent to me on 26 Nov 2024:
Hi,
I've been trying to optimize Russian layout and searching for scientific papers found your project. (IDK why Google Scholar doesn't show…
-
**Is your feature request related to a problem? Please describe.**
This project uses Genetic Algorithms (GA) to optimize the parameters of a trading strategy that uses sentiment scores as indicators …
-
I am adding a pipeline to the tsam repository for time series aggregation. Tsam includes several aggregation algorithms. The quality of different algorithms are explained in the paper linked.
Tsam…
-
There are probably optimizations to be made, both in terms of micro-optimization, and in terms of the algorithms used.
-
# Reading past an array bounds is unsound
While you are correct that at the machine code level, one can read past an array bounds without invoking UB -- because at the machine code level, there is …
-
Counterfactual explanations are a popular and very useful way of explaining an ML model prediction. To start, we should implement a basic optimization approach, with the potential to expand into more …
-
To evaluate the behavior of the two agent types—**IndividualAgent** (competitive, individualistic behavior) and **SystemAgent** (collaborative, cooperative behavior)—design a series of experiments tha…
-
### Prerequisites
Before raising this feature request, I have made sure:
- [x] It does not lead to duplication.
- [x] It has not already been requested.
### Is your feature request related to …