-
When I downloaded the video files published in Google Drive for testing, I found that their file numbers were inconsistent, taking MiniMax, CogVideoX-2B and OpenSoraPlanv1-1 as examples.
I used Mini…
-
### Issue Type
Others
### Source
binary
### Secretflow Version
secretflow 1.9.2b0
### OS Platform and Distribution
Linux Ubuntu 20.04
### Python version
3.10
### Bazel ve…
-
**Describe the bug**
Game with search-depth > 7 crashes, apparently due to high system memory usage.
**To Reproduce**
Steps to reproduce the behavior:
1. Install using procedure at https://gith…
-
### Project to be claimed
`PROJECT_NAME`: https://pypi.org/project/minimax
### Your PyPI username
`USER_NAME`: https://pypi.org/user/minqi
### Reasons for the request
Hi there! We are r…
-
https://github.com/xjiajiahao/federated-minimax
https://arxiv.org/abs/2105.14216
-
TODO List
- [ ] VertexAI
- [ ] Azure
- [ ] bedrock: titan, cohere
- [ ] Mistral
- [ ] Transformers
- [ ] qianfan
- [ ] minimax
- [ ] ZhiPu
- [ ] Watson
- [ ] PostgresML
-
```lean
import Mathlib.Data.Real.Basic
import Mathlib.Tactic
section
variable (a b c d : ℝ)
open Lean Parser Elab Tactic
syntax "super_split" : tactic
macro_rules | `(tactic| super_split)…
-
Need to implement MiniMax Algorithm
-
Minimax module is missing
-
### Feature description
Minimax Algorithm with Alpha-Beta Pruning: Commonly used in games like Tic-Tac-Toe, Chess, etc.
Nim Game and Grundy Numbers: Problems related to combinatorial game theory.