Results 56 comments of Lucas Basquerotto

@tianon Couldn't you just add an explicit anonymous volume to the docker command or docker-compose file, like `docker run -v /foo image`, or in the `docker-compose` file: ```yaml volumes: -...

I experienced this issue in Windows 11 (`torch 2.0.1`, `torchtext 0.15.2`), but in my case I had root defined as `../data/IMDB`. Based on the comment from @leitelyaya, I removed the...

If you are referring to the 2nd exercise of the Monte Carlo methods, https://github.com/dennybritz/reinforcement-learning/tree/master/MC (Implement the on-policy first-visit Monte Carlo Control algorithm, https://github.com/dennybritz/reinforcement-learning/blob/master/MC/MC%20Control%20with%20Epsilon-Greedy%20Policies%20Solution.ipynb), then there's no need to implement an...

A bit late to the discussion, but the reason is as posted before, with some more details: - Choosing the smallest stake gives a graph like the book when ph...

A bit late to the discussion, but in this problem it's actually not advisable to use 0 as stake because it's an undiscounted MDP. A stake of 0 gives a...

@benlesh I agree with a lot of what you said, but unless I haven't understood correctly, I have to disagree with: > However, outside of the act of subscription, all...

I think it's fine to travel up the chain, as long the producer (subject) doesn't fail or something of the sort. That said, it seems that the error is not...

It seems to me that solving this issue will also solve this (very requested) issue: https://github.com/moby/moby/issues/22415

@carloscalage, I can see that you are using the latest version. I never saw the error you posted, but I also never used pnpm. Can you try using only npm...