windowshopr

Results 53 comments of windowshopr

Nope, there's no "self.model", either "self.actor" or "self.critic". So continuing on, I've attempted the following changes: ``` # make loss function for Policy Gradient # [log(action probability) * advantages] will...

Just found this thread myself, and I'm getting the same error as in #747 which is: ``` File "C:\Users\...\tpot\base.py", line 1393, in _check_dataset "Error: Input data is not in a...

I'm thinking it could be because my dataset is too big, even at 5,000 rows. I shrunk it down to just a couple hundred rows and it's much quieter. Maybe...

I still want this feature! Haha hopefully it gets some traction and the devs see it!

Would love to see multioutput regression/classification working with tpot! Keep going! Haha

Saw this issue and I'm in a similar boat, although with a different twist. So it's safe to assume that the `on_mutation()` method is where new genes get created, and...

I think I'm getting an error similar to @harishandorid. Not sure where the headers mentioned previously should get implemented if that's the way to fix it, so maybe someone can...

Here's a more concise main code, and the example output I'm currently getting. This main code creates a new historical data request every minute for 15 minutes. The desired output...

@till-m Looks like that fixed it for powershell on my machine! ![image](https://user-images.githubusercontent.com/40477419/204405529-657861ad-6fd6-4f81-a1ad-74d74b566bb8.png)

Yeah, would be cool to get the accessors working! Same issue here.